Simple AHK script that boosts my productivity in Windows.
Inspired by KBC Poker I and XMonad
The most important guys are
RAlt + W|S|A|D : Arrow keys
RAlt + [|' : Home|End
Ctrl and Shift can be used in conjunction with RAlt + W|S|A|D
for
move by words and text selection
-
Switch back and forth between frequently used apps
Ctrl + Alt + B : Chrome Ctrl + Alt + N : OneNote Ctrl + Alt + T : Terminator Ctrl + Alt + E : Explorer Ctrl + Alt + J : Last active app
-
Cycle through windows using
Ctrl + Alt + H|L
-
Cycle through tabs inside a window using
RAlt + N|P
Cycle through windows of the same class using
Shift + RAlt + N|P
-
Hide current active window using
Ctrl + Alt + U
(particularly useful to hide an auto-hide Taskbar when you don't want it to appear when mouse hovers on it)
Use
Ctrl + Alt + R
to pop a window from the hide stack and show it
RAlt + / : Del
RAlt + Q : Esc
RAlt + F : Pop out global search pane (i.e. Win+Q in win8)
Ctrl + Alt + Shift + F : Toggle fullscreen (buggy)
Shift + Ctrl + V : Paste as plain text