Advertisement
NiteCyper

` to Enter

Aug 11th, 2014
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.69 KB | None | 0 0
  1. To scancode remap ` to Enter, make a .reg file consisting of the following text, then execute it:
  2.  
  3. Windows Registry Editor Version 5.00
  4.  
  5. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
  6. "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1C,00,29,00,00,00,00,00
  7.  
  8. To undo, do the same with the following:
  9.  
  10. Windows Registry Editor Version 5.00
  11.  
  12. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
  13. "Scancode Map"=-
  14.  
  15. Bonus: Capslock to Delete:
  16.  
  17. Windows Registry Editor Version 5.00
  18.  
  19. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
  20. "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,53,E0,3A,00,00,00,00,00
  21.  
  22. Happy productivity!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement