yet another key conflict
[?]
Jun 5, 2022, 4:48 AM
6UZ2JNZECLGR4VFEPQKEJWORNOMNKZFS5DV4TVXDKG3IX3ZPLDSACDependencies
- [2]
HOSPP2ANcrisp font rendering - [3]
VHQCNMARseveral more modules - [4]
XNFTJHC4split keyboard handling between Text and Drawing - [5]
6LIPEQ5Imore robust transitions to temporary modes - [*]
BLWAYPKVextract a module
Change contents
- replacement in help.lua at line 8
love.graphics.print("* Hover on a point and press 'ctrl+v' to start moving it,", 16+30,y)love.graphics.print("* Hover on a point and press 'ctrl+u' to pick it up and start moving it,", 16+30,y) - replacement in help.lua at line 10
love.graphics.print("then press the mouse button to finish", 16+30+bullet_indent(),y)love.graphics.print("then press the mouse button to drop it", 16+30+bullet_indent(),y) - replacement in drawing.lua at line 475
elseif chord == 'C-v' and not love.mouse.isDown('1') thenelseif chord == 'C-u' and not love.mouse.isDown('1') then