Keyboard-driven UI hints for Windows. Scan interactive controls with UI Automation, show two-letter codes on a full-screen overlay, and jump the cursor when you type a code.
Runs in the background (tray + global hotkeys). No control window.
Hints over Google Chrome after the open hotkey (ctrl+shift+alt):
- Full-screen hint overlay across visible windows
- Global hotkey to open/close hints
- Tray menu: quit, scan now
- Optional
user_settings.jsonfor hotkey, colors, and scan workers - Optional
.exebuild via PyInstaller (build-exe.ps1) - Cache + background refresh for snappy open
git clone https://github.com/2eezy77/window-hints.git
cd window-hints
python -m pip install -r requirements.txtpython -m multiwindow_ui_hintsOr elevated (recommended for hints inside admin apps):
powershell -ExecutionPolicy Bypass -File .\Run-UI-Hints.ps1A tray icon appears after startup. Press the open hotkey, type a two-letter code, and the cursor moves to that control.
| Action | Key |
|---|---|
| Open / close overlay | ctrl+shift+alt (configurable) |
| Cancel overlay | Esc |
| Undo last letter | Backspace |
powershell -ExecutionPolicy Bypass -File .\build-exe.ps1Output: dist\MultiwindowUIHints.exe
Configuration, performance notes, and layout: docs/FULL_README.md
MIT — see LICENSE.
