I've recently acquired a mechanical keyboard which does not have a Windows/Super key, I want to rebind the Pause/Break key to the left Windows/Super key using a Scancode Map. Here's what I've got so far...
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,5b,e0,1d,e1,00,00,45,00,
53,e0,46,e0,00,00,00,00
This only half works, when pressed the Windows Start Menu doesn't appear but works fine when used as a modifier (like Win+R for the run dialogue).
I realize the Pause/Break key is tricky to remap and I also understand that I could also do this with an Autohotkey script, but I want a scancode map for this one.
Thanks.