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?
Asked
Active
Viewed 1,507 times
1 Answers
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:
- Autohotkey site.
- Remap section of the documentation.
- Hotkeys section of the documentation.
- The full keylist.
Hastur
- 19,483
- 9
- 55
- 99