Skip to content

Instantly share code, notes, and snippets.

@Narvey
Created April 22, 2020 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Narvey/aea5505d646844a44f0834e94903c2cf to your computer and use it in GitHub Desktop.
Save Narvey/aea5505d646844a44f0834e94903c2cf to your computer and use it in GitHub Desktop.
disable windows annoyingness (shake to minimize and worst key ever invented: CAPSLOCK)
Windows Registry Editor Version 5.00
;disable CAPS
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisallowShaking"=hex:01
@Narvey
Copy link
Author

Narvey commented Apr 22, 2020

eventually maybe I should remap the CAPSLOCK to right-click.

@Narvey
Copy link
Author

Narvey commented May 22, 2020

This doesn't work in every case. My work computer had some pretty weird behavior after adding this, though I'm not sure why it behaved differently than the other PCs which took this just fine.
Either way, be careful installing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment