Skip to main content
QtRecon includes several keyboard shortcuts to streamline your workflow.

File operations

ShortcutActionDescription
Ctrl+NNewCreate a new database
Ctrl+OOpenOpen an existing database file
Ctrl+SSaveSave the current database
Ctrl+Alt+SSave AsSave database to a new file
Ctrl+QExitClose QtRecon

Configuration

ShortcutActionDescription
F10SettingsOpen the configuration editor
F5Reload configurationReload configuration from file

Scan operations

ShortcutActionDescription
Ctrl+HScan host or rangeOpen the host/range scan dialog
Ctrl+IImport Nmap XMLImport results from an Nmap XML file

Search and navigation

ShortcutActionDescription
Ctrl+FSearch in notesSearch for strings in host notes

Qt framework shortcuts

QtRecon is built with PySide6/Qt, which provides additional standard shortcuts:

Tab navigation

  • Ctrl+Tab - Switch to next tab
  • Ctrl+Shift+Tab - Switch to previous tab

Text editing

  • Ctrl+A - Select all text
  • Ctrl+C - Copy selected text
  • Ctrl+V - Paste text
  • Ctrl+X - Cut selected text
  • Ctrl+Z - Undo
  • Ctrl+Y or Ctrl+Shift+Z - Redo

Dialog controls

  • Enter or Return - Accept/OK
  • Esc - Cancel/Close dialog
  • Tab - Move to next field
  • Shift+Tab - Move to previous field
Most shortcuts follow standard conventions across operating systems. On macOS, Cmd typically replaces Ctrl.