-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
This page walks through the main window top to bottom. The UI is built so that you set a target, an action, and a hotkey, then start/stop with the keyboard.
Screenshot placeholder — annotate the main window here.
At the top, pick what you want to press:
- Mouse — click a mouse button.
- Keyboard — press a key.
- Button — Left click / Right click / Middle click.
-
Click position — a toggle:
- Current cursor position (default) — each press lands wherever the cursor is at that moment.
- Fixed coordinates — each press lands at a specific screen point. Enter X / Y directly, or use Pick on screen to capture them (see below).
⚠️ If you start in current cursor position mode using the on-screen Start button, the very first clicks land on KeepPressing's own window (because that's where your cursor is). Start with the hotkey instead, or use fixed coordinates. The app shows this tip inline.
- Key — click Set key, then press the key you want to assign. The chosen key is shown next to the control. Until a key is set, the start control stays disabled.
In Mouse → Fixed coordinates, click Pick on screen. The app enters capture mode:
- Move the mouse to the exact spot you want to click.
- Press F8 to confirm — the X / Y under the cursor at that instant is captured.
- Or press Esc (or Cancel) to abort.
While capturing, F8 and Esc are reserved by KeepPressing, and a live readout shows the current cursor position so you can aim precisely.
-
Repeat — press repeatedly at a fixed Interval (ms). The default interval is 50 ms. The
app shows the approximate rate (e.g.
≈ 20/sec); the rate is1000 / interval. - Hold — press down when you start and release when you stop (no repeating). For keyboard Hold, the key is pressed once and held — it does not emulate the OS auto-repeat. See Known Limitations.
Choose the global toggle key from F5 / F6 / F7 / F9 / F10 (default F6). F8 is intentionally not in the list because it is reserved for coordinate capture. If another app already owns the key, the app tells you and reverts to the previous choice. See Hotkeys.
- Focus the app you want to drive.
- Press your hotkey (default F6) to start; press it again to stop.
- The on-screen button mirrors the hotkey (
▶ Start (F6)/■ Stop (F6)). - While running, mash Esc for an emergency stop — handy when the target app has stolen focus and you've forgotten which hotkey you set.
Next: Hotkeys · Troubleshooting · FAQ
KeepPressing · Releases · Issues · Licensed under Apache-2.0
Getting started
User guide
Developer guide