mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Some tweaks to default keybindings:
* Moved some actions to match the file organization: actions are in the order they appear on a qwerty keyboard * Removed actions for F1 and F2, these were hiding View actions * Removed action H for hide, which was conflicting with play-selected-regions * Moved the grouping of jump-to-mark actions into Moving the Playhead
This commit is contained in:
parent
cdab4c9906
commit
c3d8967870
1 changed files with 4 additions and 12 deletions
|
|
@ -147,17 +147,11 @@ This mode provides many different operations on both regions and control points,
|
|||
;; letters
|
||||
;; TOP ROW
|
||||
|
||||
@sess|Common/Quit|<@PRIMARY@>q|quit
|
||||
@sess|Common/Hide|<@PRIMARY@>h|hide
|
||||
|
||||
;; editor actions available from any tab
|
||||
|
||||
@sess|Common/jump-forward-to-mark|w|to next mark
|
||||
@sess|Common/jump-backward-to-mark|q|to previous mark
|
||||
@sess|Common/addExistingAudioFiles|<@PRIMARY@>i|import audio files
|
||||
|
||||
;; note that ctrl-w is special and consumed by the keyboard snooper
|
||||
|
||||
@movp|Common/jump-backward-to-mark|q|to previous mark
|
||||
@sess|Common/Quit|<@PRIMARY@>q|quit
|
||||
@movp|Common/jump-forward-to-mark|w|to next mark
|
||||
@select|Editor/select-all-before-edit-cursor|<@PRIMARY@>e|select all before EP
|
||||
@rop|Region/export-region|<@PRIMARY@><@SECONDARY@>e|export selected region(s)
|
||||
@sess|Main/ExportAudio|<@SECONDARY@>e|export session
|
||||
|
|
@ -173,6 +167,7 @@ This mode provides many different operations on both regions and control points,
|
|||
@select|Editor/select-all-between-cursors|<@PRIMARY@>u|all enclosed by edit range
|
||||
@select|Editor/select-all-within-cursors|u|all present in edit range
|
||||
@eep|Region/insert-region-from-region-list|i|insert from region list
|
||||
@sess|Common/addExistingAudioFiles|<@PRIMARY@>i|import audio files
|
||||
@select|Editor/invert-selection|<@TERTIARY@>i|invert selection
|
||||
@edit|Editor/toggle-midi-input-active|<@SECONDARY@>i|toggle sel. track MIDI input
|
||||
@mmode|MouseMode/set-mouse-mode-object|g|object mode
|
||||
|
|
@ -318,9 +313,6 @@ This mode provides many different operations on both regions and control points,
|
|||
|
||||
;; F-N keys
|
||||
|
||||
@-edit|Editor/edit-cursor-to-range-start|F1|some text
|
||||
@-edit|Editor/edit-cursor-to-range-end|F2|some text
|
||||
|
||||
@-edit|Editor/save-visual-state-1|<@PRIMARY@>F1|some text
|
||||
@-edit|Editor/save-visual-state-2|<@PRIMARY@>F2|some text
|
||||
@-edit|Editor/save-visual-state-3|<@PRIMARY@>F3|some text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue