Keyboard shortcuts
There are three. This page is short because the application is short of shortcuts, not because the list is abridged — every one it has is below.
Application
Section titled “Application”| Keys | Does | Where |
|---|---|---|
Ctrl+Z |
Undo | Workbench only — not on the case library or Settings |
Ctrl+Y (Ctrl+Shift+Z) |
Redo | Workbench only |
Both are bound to the platform’s standard undo and redo sequences, so whatever Windows reports as Undo and Redo is what works.
Log pane
Section titled “Log pane”The log in the bottom dock is a read-only text area with two handled keys.
| Keys | Does |
|---|---|
Ctrl+C |
Copy the selection |
Ctrl+A |
Select all |
Selecting anything stops the log auto-scrolling to the tail; it resumes when the selection is cleared. There is also a Copy button on the pane, because selecting a thousand lines to copy them is worse than a button that does it.
Focused controls
Section titled “Focused controls”Standard Qt focus behaviour, with these keys handled on the application’s own controls.
| Keys | On | Does |
|---|---|---|
Space, Return, Enter |
A focused toggle or button | Activates it |
Return |
A value field being edited | Commits the edit |
Tab, Shift+Tab |
Anywhere | Move focus |
Viewport (mouse)
Section titled “Viewport (mouse)”Not keyboard, but the same question. There are no keyboard camera controls.
| Input | Does |
|---|---|
| Left drag | Orbit. Pitch is clamped to ±89° |
| Right drag | Pan |
| Middle drag | Pan |
| Wheel | Zoom, clamped between 0.02 and 40 times the scene diagonal |
| Double click | Reset the camera |
| Left click without dragging | Probe at that point — only while post-processing is active and probing is armed |
The probe reads a click as a pick rather than an orbit by measuring the travel, which is what lets one button do both without a modifier key. A drag of more than four pixels is an orbit.