Windows 10 – NUM pad comma interpreted as point

  1. Start -> Type: regedit
  2. Goto HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
  3. Right click -> New: Binary Value -> Name: Scancode Map
  4. 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
  5. 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

Your email address will not be published. Required fields are marked *