Reassigning left Win key + Tab to left control + tilde?
I want to reassign the left Windows key + Tab to left control + tilde permanently throughout the windows environment. Ideally I would hope to do that without third party software (e.g tweaking windows registry).
If this is not possible, I am already aware for an alternative called Autohotkey. I tried this software using an AHK file with just a line like::
$<#Tab::<^`but it does not work, any ideas?
11 Answer
There is plenty of software out there that helps you remap the keys via the registry. Once you set the remap in the software you won't need to keep it running, since it actually set the changes in the registry. Have a look at this page for some examples:
2