Windows Key Remap
2024-09-09I want to map “Left Win”(Meta) key to “Left Control” in windows. There are 2 solutions.
- Update Registreray directly
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,5b,e0,00,00,00,00
- Use SharpKeys, update the keymap then reboot.
Reference from StackOverflow