TI83 - add NumberPadEnter to the default input key mapping along with Enter since our hotkey system differentiates between the two
This commit is contained in:
parent
ae3b4fad83
commit
51ccd7ec9a
|
@ -648,7 +648,7 @@
|
|||
_9 = "NumberPad9"; //9
|
||||
DOT = "NumberPadPeriod";//10
|
||||
ON = "Space"; //11
|
||||
ENTER = "Return"; //12
|
||||
ENTER = "Return", "NumberPadEnter"; //12
|
||||
UP = "UpArrow"; //13
|
||||
DOWN = "DownArrow"; //14
|
||||
LEFT = "LeftArrow"; //15
|
||||
|
|
Loading…
Reference in New Issue