improved handling of other keyboard layouts
Dependencies
- [2]
MTJEVRJRadd state arg to a few functions - [3]
DRFE3B3Zmouse buttons are integers, not strings - [4]
LF7BWEG4group all editor globals - [5]
4QQBMWLLregression: typing uppercase letters in text - [6]
PFT5Y2ZYmove - [7]
5UG5PQ6Kundo commit 861c57b533 - [8]
2CK5QI7Wmake love event names consistent - [9]
VJ77YABHmore efficient undo/redo - [10]
XDB5D7H7some early returns should be asserts - [11]
ODLKHO7Bswitch to line index in a function - [12]
3MAZEQK5add state arg to Text.textinput - [13]
BYG5CEMVsupport for naming points - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 128
if App.ctrl_down() or App.alt_down() or App.cmd_down() then return endif App.any_modifier_down() thenif App.key_down(t) then-- The modifiers didn't change the key. Handle it in keychord_pressed.returnelse-- Key mutated by the keyboard layout. Continue below.endend