-
Notifications
You must be signed in to change notification settings - Fork 39
Keyboard Shortcuts
Cory Francis Myers edited this page Sep 5, 2024
·
2 revisions
The SecureDrop Client responds to the following keyboard shortcuts:
Where | When | What | How |
---|---|---|---|
Application-wide | Always | Quit |
QKeySequence.Quit (system-dependent) |
Source conversation | Source is selected | Download all submissions | Ctrl + D |
Source conversation | Reply widget has focus | Send | Ctrl + Return |
These are easily auditable via GitHub code search, e.g.:
https://github.com/search?q=repo%3Afreedomofpress%2Fsecuredrop-client+setShortcut&type=code
In the future, we might want to consider some form of linting to detect accidental setShortcut()
collisions.