improved handling of other keyboard layouts
Dependencies
- [2]
MTJEVRJRadd state arg to a few functions - [3]
4QQBMWLLregression: typing uppercase letters in text - [4]
VJ77YABHmore efficient undo/redo - [5]
XDB5D7H7some early returns should be asserts - [6]
2CK5QI7Wmake love event names consistent - [7]
PFT5Y2ZYmove - [8]
ODLKHO7Bswitch to line index in a function - [9]
BYG5CEMVsupport for naming points - [10]
3MAZEQK5add state arg to Text.textinput - [11]
LF7BWEG4group all editor globals - [12]
5UG5PQ6Kundo commit 861c57b533 - [13]
DRFE3B3Zmouse buttons are integers, not strings - [*]
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