A lightweight windows switcher on Windows platform written by AutoHotKey. It's inspired by slate which is a window management application working on Mas OS. I'm attracted to the Windows Hints function, so I build a little Windows version.
As slate project is stopped maintain many years I recommend Hammerspoon as alternatives. Hammerspoon is an powerful and awesome tools for automation.
2.0
- Run
winslate.exe
- Press Ctrl+Alt+E and you can see the windows hints on your screen.
- Press the letter on hint to switch to specific window.
You can change hotkey to your favorite by modify line 5 on winslate.ahk
:
; Keymap: Control+Alt+E
^!e::
Please reference Hotkeys.
- Modify
winslate.ahk
- Run
Ahk2Exe.exe /in winslate.ahk /icon icon.ico
(You need to install AutoHotKey first, download here).