Actions
Bug #423
closedKeypad keys not all functioning properly. Ins, Del, Home, End, PgUp, PgDn also not working properly.
Start date:
08/01/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example:
X$=Inkey$
Print X$,ScanCode
Numeric keypad 0 returns "Insert" vs "0"
Numeric keypad 1 returns "End" vs "1"
Numeric keypad 2 returns "ArrowDown" vs "2"
Numeric keypad 3 returns "PageDown" vs "3"
Numeric keypad 4 returns "ArrowLeft" vs "4"
Numeric keypad 5 returns "Clear" vs "5"
Numeric keypad 6 returns "ArrowRight" vs "6"
Numeric keypad 7 returns "Home" vs "7"
Numeric keypad 8 returns "ArrowUp" vs "8"
Numeric keypad 9 returns "PageUp" vs "9"
Insert key returns nothing
Delete key returns nothing
-_ key returns nothing (shift for _)
=+ key returns nothing (shift for +)
~key returns same
for both (US keyboard) (~ # key on UK keyboard - returns \ when shifted)
: returns ; (UK)
@ returns " (UK)
{} return ()
[] return ()
Actions