Windows 10 – NUM pad comma interpreted as point
October 31st, 2018 7:42 PM | by Alfred Markus Paar | Posted in Windows
- Start -> Type: regedit
- Goto HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
- Right click -> New: Binary Value -> Name: Scancode Map
- Right click -> Modify -> Value data: 00 00 00 00 00 00 00 00 02 00 00 00 53 00 7E 00 00 00 00 00 00
- Restart
Values Explained:
00 00 00 00 → header 00 00 00 00 → header 02 00 00 00 → number of entries (1 mapping + 1 terminator) 53 00 7E 00 → map scancode 0x7E (Numpad ,) → 0x53 (Numpad .) 00 00 00 00 → terminator
Leave a Reply