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:
andres.delikat 2011-08-04 03:00:02 +00:00
parent ae3b4fad83
commit 51ccd7ec9a
1 changed files with 1 additions and 1 deletions

View File

@ -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