Ever wondered why your favorite shortcut isn’t working, or which app is hijacking your hotkeys? HotMon gives you instant answers.
HotMon is a lightweight, command-line tool designed to help power users, developers, and IT professionals monitor and troubleshoot global hotkey usage on Windows.
- Detect all modifier-based combos (Ctrl, Alt, Shift, Win)
- Live logging of hotkeys + foreground app
- Export logs to CSV
- Probe system-wide hotkey availability
- Command-line friendly (with aliases)
HotMon.exe [flags]
| Flag | Alias | Description |
|---|---|---|
| --probe | -p | Probe available hotkeys and store |
| --search | -f | Search hotkey combo |
| --live-log | -l, -i | Start live or Interactive monitor |
| --help | -h | Show this help message |
- Press Ctrl + F10 → Save log as
hotkey_log.csv - Press Ctrl + F11 → Probe hotkeys and auto-save to
hotkey_available.csv - Press ESC → Exit
hotkey_log.csv: Records [timestamp, hotkey, application]hotkey_available.csv: Records [hotkey, availability status]
Use Visual Studio (with Desktop C++ workload) or:
g++ HotMon.cpp -o HotMon.exe -luser32 -lpsapiHotMon is licensed under the GNU General Public License (GPL). See the LICENSE file for details.