0

I quite like that you can use Alt+Esc to cycle trough applications instantly, but I'm so used to typing Alt+Tab, is it possible to make it behave like Alt+Esc?

1 Answers1

0

You can use an open source software as Autohotkey.
In the Remap section you can find many examples.
More specifically you can see how to remap each single tab.
Give a look to the full table of keys. It can work something similar to

Alt & Tab::Control & Esc

References:

  1. Autohotkey site.
  2. Remap section of the documentation.
  3. Hotkeys section of the documentation.
  4. The full keylist.
Hastur
  • 19,483
  • 9
  • 55
  • 99