AHK script that launches a floating window that displays the key currently pressed on your keyboard.
Asked AI to generate a description for me.
🤖⬇️
A real-time keyboard input visualizer for streamers, content creators, and presenters
This AutoHotkey v2 script displays pressed keys (Ctrl/Alt/Shift + A-Z/0-9) in a customizable overlay, perfect for:
- Streamers (OBS, Twitch, YouTube)
- Educators demonstrating shortcuts
- Tutorial creators showing keyboard inputs
- Accessibility tools for visual feedback
✅ Clean, professional design with teal background and rounded font
✅ Real-time updates (100ms polling)
✅ Modifier-aware (Ctrl/Alt/Shift) with dynamic width adjustment
✅ OBS-ready: Resizable window, always-on-top, and chroma-key friendly
✅ Lightweight: No dependencies, just AutoHotkey v2
- Requires AutoHotkey v2
- Download the
.ahkscript or clone this repo - Double-click to run (or compile to
.exefor portable use)
#AutoHotkey #KeyOverlay #KeyboardVisualizer #Accessibility #AHKv2