Keyboard Shortcuts: Difference between revisions
Jump to navigation
Jump to search
Benvisions (talk | contribs) (added firefox console command.) |
(Added MacOS shortcuts to the page) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Keys !! Function | ! Keys (Windows) | ||
!Keys (MacOS)!!Function | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>A</kbd> || Selects all notes and markers in the sequence | |<kbd>Ctrl</kbd> + <kbd>A</kbd> | ||
|⌘ + A||Selects all notes and markers in the sequence | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>C</kbd> || Copies all selected notes and markers | |<kbd>Ctrl</kbd> + <kbd>C</kbd> | ||
|⌘ + C||Copies all selected notes and markers | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>L</kbd> || Legatomizes selected notes | |<kbd>Ctrl</kbd> + <kbd>L</kbd> | ||
|⌘ + L||Legatomizes selected notes | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>S</kbd> || Saves the sequence | |<kbd>Ctrl</kbd> + <kbd>S</kbd> | ||
|⌘ + S||Saves the sequence | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>V</kbd> || Pastes any copied notes and markers | |<kbd>Ctrl</kbd> + <kbd>V</kbd> | ||
|⌘ + V||Pastes any copied notes and markers | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>X</kbd> || Copies and deletes all selected notes and markers | |<kbd>Ctrl</kbd> + <kbd>X</kbd> | ||
|⌘ + X||Copies and deletes all selected notes and markers | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd> | |<kbd>Ctrl</kbd> + <kbd>Z</kbd> | ||
|⌘ + Z||Undoes the most recent action | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd> | |<kbd>Ctrl</kbd> + <kbd>Y</kbd> ''OR'' Ctrl + Shift + Z | ||
|⌘ + Y ''OR'' ⌘ + Shift + Z | |||
|Redoes the most recent undone action | |||
|- | |- | ||
|<kbd>Ctrl</kbd> + <kbd>←→↑↓</kbd> || Shifts selected notes by one grid space | |<kbd>Ctrl</kbd> + <kbd>←→↑↓</kbd> | ||
|⌘ + <kbd>←→↑↓</kbd>||Shifts selected notes by one grid space | |||
|- | |- | ||
|<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + ↔ || | |<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + ↔ | ||
|⌘ + Shift + <kbd>←→↑↓</kbd>|| Right/Left shifts notes by one measure, Up/Down shifts notes by an octave | |||
|- | |- | ||
|<kbd> | |<kbd>0-9</kbd>, <kbd>-</kbd>, <kbd>=</kbd> | ||
|0-9, -, =||Selects the instrument with the corresponding number | |||
|- | |- | ||
| <kbd>0-9</kbd>, <kbd>-</kbd>, <kbd>=</kbd> || | |<kbd>Shift</kbd> + [<kbd>0-9</kbd>, <kbd>-</kbd>, <kbd>=</kbd>] | ||
|Shift + [0-9, -, =}||Assigns a shortcut to the selected instrument | |||
|- | |- | ||
| <kbd>Alt</kbd> + <kbd>1-6</kbd> || Changes the grid size | |<kbd>Alt</kbd> + <kbd>1-6</kbd> | ||
|⌥ + 1-6||Changes the grid size | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>Scroll</kbd> || Zooms in or out on the | |<kbd>Ctrl</kbd> + <kbd>Scroll</kbd> | ||
|⌘ + Scroll||Zooms in or out on the piano roll | |||
|- | |- | ||
| | |Ctrl + Alt + Scroll | ||
|⌘ + ⌥ + Scroll | |||
| Horizontally zooms the piano roll | |||
|- | |- | ||
| <kbd> | |<kbd>Alt</kbd> + <kbd>Scroll</kbd> | ||
|⌥ + Scroll||Changes the velocity of all selected notes | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd> | |<kbd>Ctrl</kbd> + <kbd>Home</kbd> | ||
|N/A|| Selects all notes between the cursor and the start of the sequence | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd> | |<kbd>Ctrl</kbd> + <kbd>End</kbd> | ||
|N/A||Selects all notes between the cursor and the end of the sequence | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd> | |<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Home</kbd> | ||
|N/A||Deselects all selected notes between the cursor and the end of the sequence | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd> | |<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>End</kbd> | ||
|N/A||Deselects all selected notes between the cursor and the start of the sequence | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd> | |<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>C</kbd> | ||
|⌘ + ⌥ + C||Cuts all selected notes into smaller notes based on the grid size. Useful for [[Pseudosustain|pseudo-sustaining]] | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd> | |<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>V</kbd> | ||
|⌘ + ⌥ + V||Pastes copied notes and markers at the cursor | |||
|- | |- | ||
| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>K</kbd> || Opens | |<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>J</kbd> | ||
|⌘ + ⌥ + J|| Opens browser's [[Console Commands|console]] (Chromium browsers) | |||
|- | |||
|<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>K</kbd> | |||
|N/A||Opens browser's [[Console Commands|console]] (Firefox) | |||
|} | |} | ||
[[category:Online Sequencer UI]] |
Latest revision as of 12:58, 4 September 2024
This is a list of keyboard shortcuts that can be used in Online Sequencer. They provide a number of utilities for faster and more effective sequencing.
Keys (Windows) | Keys (MacOS) | Function |
---|---|---|
Ctrl + A | ⌘ + A | Selects all notes and markers in the sequence |
Ctrl + C | ⌘ + C | Copies all selected notes and markers |
Ctrl + L | ⌘ + L | Legatomizes selected notes |
Ctrl + S | ⌘ + S | Saves the sequence |
Ctrl + V | ⌘ + V | Pastes any copied notes and markers |
Ctrl + X | ⌘ + X | Copies and deletes all selected notes and markers |
Ctrl + Z | ⌘ + Z | Undoes the most recent action |
Ctrl + Y OR Ctrl + Shift + Z | ⌘ + Y OR ⌘ + Shift + Z | Redoes the most recent undone action |
Ctrl + ←→↑↓ | ⌘ + ←→↑↓ | Shifts selected notes by one grid space |
Ctrl + Shift + ↔ | ⌘ + Shift + ←→↑↓ | Right/Left shifts notes by one measure, Up/Down shifts notes by an octave |
0-9, -, = | 0-9, -, = | Selects the instrument with the corresponding number |
Shift + [0-9, -, =] | Shift + [0-9, -, =} | Assigns a shortcut to the selected instrument |
Alt + 1-6 | ⌥ + 1-6 | Changes the grid size |
Ctrl + Scroll | ⌘ + Scroll | Zooms in or out on the piano roll |
Ctrl + Alt + Scroll | ⌘ + ⌥ + Scroll | Horizontally zooms the piano roll |
Alt + Scroll | ⌥ + Scroll | Changes the velocity of all selected notes |
Ctrl + Home | N/A | Selects all notes between the cursor and the start of the sequence |
Ctrl + End | N/A | Selects all notes between the cursor and the end of the sequence |
Ctrl + Alt + Home | N/A | Deselects all selected notes between the cursor and the end of the sequence |
Ctrl + Alt + End | N/A | Deselects all selected notes between the cursor and the start of the sequence |
Ctrl + Alt + C | ⌘ + ⌥ + C | Cuts all selected notes into smaller notes based on the grid size. Useful for pseudo-sustaining |
Ctrl + Alt + V | ⌘ + ⌥ + V | Pastes copied notes and markers at the cursor |
Ctrl + Shift + J | ⌘ + ⌥ + J | Opens browser's console (Chromium browsers) |
Ctrl + Shift + K | N/A | Opens browser's console (Firefox) |