Skip to main content

Keyboard Shortcuts

TrinovaQ Studio is designed for a keyboard-driven workflow. All core development actions are accessible without leaving the keyboard.


File Operations

ShortcutAction
Ctrl+NNew file
Ctrl+OOpen folder or file
Ctrl+SSave active file
Ctrl+Shift+SSave as
Ctrl+WClose active tab

Build & Analysis

ShortcutAction
Ctrl+Shift+IRun static analysis (Scan Quality)
Ctrl+BCompile active file

Editing

ShortcutAction
Ctrl+ZUndo
Ctrl+YRedo
Ctrl+FFind in file
Ctrl+HFind and replace
Ctrl+QToggle line comment
Ctrl+Shift+QToggle block comment
Ctrl+DDuplicate line
Ctrl+LDelete line
Ctrl+Shift+LSelect line
Ctrl+GGo to line
Ctrl+]Indent
Ctrl+[Outdent
Alt+UpMove line up
Alt+DownMove line down

Snippets

Snippets are triggered by typing a keyword in a .c file and pressing Tab:

TriggerInserts
header_guard#ifndef / #define / #endif include guard
for_safeBounds-checked for loop
fsm_secureFinite State Machine skeleton with defensive default