Keyboard shortcuts¶
This page lists the keyboard shortcuts available in Phonometrica. On macOS, replace Ctrl with
Cmd throughout.
Global shortcuts¶
Shortcut |
Action |
|---|---|
|
New script |
|
Open project |
|
Open the most recent project |
|
Save the current view (annotation, note, script, concordance, dataset, etc.) |
|
Save the project (all modified files) |
|
Close the current view |
|
Execute the current view’s script (in the script editor) or the selected portion |
|
Context-dependent: cancel editing, stop playback, or dismiss a transient overlay |
|
Quit Phonometrica |
Query shortcuts¶
Shortcut |
Action |
|---|---|
|
Find in annotations (open the text query editor) |
|
Edit last query (reopen the most recent query for modification or re-execution) |
Concordance and dataset views¶
Shortcut |
Action |
|---|---|
|
Play the selected match (if a sound file is bound) |
|
Stop playback |
|
Open the selected match in its annotation |
|
Play the match |
|
Edit the cell in place (match text or auxiliary column) |
Row deletion and other operations are available via the toolbar buttons and right-click context menus.
Sound and annotation views¶
Shortcut |
Action |
|---|---|
|
Play the current selection (or the visible window if no selection) |
|
Stop playback |
|
Zoom to the current selection |
|
Shift the visible window forward (scroll down) or backward (scroll up) |
|
View the FFT spectrum / FFT and LPC spectra at the cursor |
|
Get formants at the cursor / mean formants over the selection |
|
Get pitch at the cursor / mean pitch over the selection |
|
Get intensity at the cursor / mean intensity over the selection |
Annotation editing¶
Shortcut |
Action |
|---|---|
|
Open the label editor for the focused event; press again to validate |
|
Cancel label editing |
|
Move to the previous / next event on the same layer |
|
Move to the same event position on the previous / next layer |
|
Bookmark the selected event on the focused layer (opens the bookmark editor) |
Note
Ctrl+B is also used for Bold in the note editor. The two shortcuts do not
conflict because each is scoped to its own view: inside a note, Ctrl+B toggles
bold; inside an annotation, it opens the bookmark editor.
Script editor¶
Shortcut |
Action |
|---|---|
|
Run the current script (or the selected portion) |
|
Open the Find bar |
|
Open the Replace bar |
Indent, unindent, comment, and uncomment are available from the script editor’s toolbar.
Note editor¶
Shortcut |
Action |
|---|---|
|
Bold |
|
Italic |
|
Underline |
|
Save the note |
Plugin shortcuts¶
Plugins can define their own keyboard shortcuts for their menu actions. These are specified in
the plugin’s description.json file (see Plugins). For example, a plugin action
might use Alt+M to run a metadata import script.