Skip to content

Keyboard Shortcuts

In-App Shortcuts

These work when the AI Transcription Notepad window is focused.

ShortcutAction
Ctrl+RStart recording
Ctrl+SpacePause/resume recording
Ctrl+ReturnStop and transcribe
Ctrl+SSave to file
Ctrl+Shift+CCopy to clipboard
Ctrl+NClear editor

Global Hotkeys

Global hotkeys work system-wide, even when AI Transcription Notepad is minimized or unfocused. All hotkeys are configurable via Settings → Hotkeys, using F13-F24 keys.

Default Hotkey Mapping

KeyFunctionDescription
F15ToggleStart recording, or stop and transcribe immediately
F16Tap ToggleStart recording, or stop and cache audio (for append mode)
F17TranscribeTranscribe cached audio without starting a new recording
F18ClearDelete current recording and clear all cached audio
F19AppendStart a new recording that appends to cached audio
F20PausePause/resume current recording

Simple Workflow (Toggle only)

  1. Press F15 (Toggle) to start recording
  2. Press F15 again to stop and transcribe immediately

Append Workflow

  1. Press F16 (Tap Toggle) to start recording
  2. Press F16 again to stop and cache (audio is held in memory)
  3. Press F19 (Append) to record another segment (appends to cache)
  4. Press F17 (Transcribe) to transcribe all cached segments together
  5. Press F18 (Clear) to clear cache and start over

Why F13-F24?

These extended function keys are ideal because:

  • They don't conflict with other applications or desktop shortcuts
  • They work reliably across Linux, including Wayland
  • They're available on keyboards with macro/programmable keys

Most standard keyboards only have F1-F12. If your keyboard doesn't have F13+ keys, you can remap other keys or buttons to emit these keycodes.

Customizing Hotkeys

Go to Settings → Hotkeys to configure key mappings:

  • Each function can be assigned any key from F13-F24
  • Set to "Disabled" to turn off a hotkey
  • Duplicate detection: assigning a key already in use will clear the previous assignment
  • "Reset to Defaults" button restores F15-F20 mappings

Setting Up Hotkeys with Input Remapper

If you have a USB foot pedal, macro keypad, or want to remap standard keys like Pause/Break, see the Hotkey Setup Guide for step-by-step instructions using Input Remapper.

Common remapping options:

  • Pause/Break key to F15 for toggle recording
  • USB foot pedal buttons to F15/F17/F18 for hands-free operation
  • Extra mouse buttons to F15 for quick dictation

Technical Notes

  • On Linux/Wayland: Hotkeys work via evdev (reads directly from input devices)
  • Requires user to be in the 'input' group for evdev access
  • Falls back to pynput/X11 on non-Linux systems
  • Configure hotkeys in Settings → Hotkeys (F13-F24 keys supported)

Released under the MIT License.