summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.keys.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-12 18:22:56 +0100
committerRobin Gareus <robin@gareus.org>2017-01-12 18:22:56 +0100
commitc6464e9c34864b9b2347fb7b6ac50261991da8aa (patch)
treea5cf4dfdebd408ea48b2b4b0f35e2857a853a05f /gtk2_ardour/ardour.keys.in
parentc9715af5d9b505eb0e66fa514bcede4cc5bfd323 (diff)
Move some actions into the global group:
This allows common keyboard shortcuts from any Tab (Editor, Mixer). Discuss: should those actions/methods also be moved to ArdourUI instead of PublicEditor?
Diffstat (limited to 'gtk2_ardour/ardour.keys.in')
-rw-r--r--gtk2_ardour/ardour.keys.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour.keys.in b/gtk2_ardour/ardour.keys.in
index cd870f88e8..d7499fcea7 100644
--- a/gtk2_ardour/ardour.keys.in
+++ b/gtk2_ardour/ardour.keys.in
@@ -147,8 +147,12 @@ This mode provides many different operations on both regions and control points,
@sess|Common/Quit|<@PRIMARY@>q|quit
@sess|Common/Hide|<@PRIMARY@>h|hide
-@movp|Editor/jump-forward-to-mark|w|to next mark
-@movp|Editor/jump-backward-to-mark|q|to previous mark
+
+;; 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
@@ -168,7 +172,6 @@ This mode provides many different operations on both regions and control points,
@select|Editor/select-all-within-cursors|u|all present in edit range
@eep|Region/insert-region-from-region-list|i|insert from region list
@select|Editor/invert-selection|<@TERTIARY@>i|invert selection
-@edit|Editor/addExistingAudioFiles|<@PRIMARY@>i|import audio files
@edit|Editor/toggle-midi-input-active|<@SECONDARY@>i|toggle sel. track MIDI input
@mmode|MouseMode/set-mouse-mode-object|g|object mode
@mmode|MouseMode/set-mouse-mode-content|e|content mode