Celeb Glow
updates | March 12, 2026

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?

1

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy