From b5ab2e030b3c8de6c7f41c8d533de2462437ce7c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 Nov 2010 22:19:29 +0000 Subject: Tidy up the region menu a bit, and hopefully clarify what regions will be operated on in different circumstances. Make the main menubar Region menu the same as the context one, and use the same logic to sensitize/desensitize actions for them. git-svn-id: svn://localhost/ardour2/branches/3.0@7954 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/SAE-us-keypad.bindings.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gtk2_ardour/SAE-us-keypad.bindings.in') diff --git a/gtk2_ardour/SAE-us-keypad.bindings.in b/gtk2_ardour/SAE-us-keypad.bindings.in index b2524ff4cd..c10a8cc062 100644 --- a/gtk2_ardour/SAE-us-keypad.bindings.in +++ b/gtk2_ardour/SAE-us-keypad.bindings.in @@ -37,7 +37,7 @@ (gtk_accel_path "/Editor/set-fade-in-length" "q") (gtk_accel_path "/Common/Quit" "<@PRIMARY@>q") -(gtk_accel_path "/Editor/toggle-fade-in-active" "<@SECONDARY@>q") +(gtk_accel_path "/Editor/toggle-region-fade-in" "<@SECONDARY@>q") (gtk_accel_path "/Editor/set-playhead" "w") ;; note that ctrl-w is special and consumed by the keyboard snooper @@ -45,7 +45,7 @@ (gtk_accel_path "/Main/Close" "<@PRIMARY@>w") (gtk_accel_path "/Editor/set-fade-out-length" "e") (gtk_accel_path "/Main/ExportSession" "<@PRIMARY@>e") -(gtk_accel_path "/Editor/toggle-fade-out-active" "<@SECONDARY@>e") +(gtk_accel_path "/Editor/toggle-region-fade-out" "<@SECONDARY@>e") (gtk_accel_path "/Editor/export-region" "<@PRIMARY@><@TERTIARY@>e") (gtk_accel_path "/Editor/show-editor-mixer" "<@TERTIARY@>e") ; (gtk_accel_path "/Common/goto-editor" "<@SECONDARY@>e") @@ -59,7 +59,7 @@ (gtk_accel_path "/Editor/pitch-shift-region" "<@LEVEL4@>t") (gtk_accel_path "/Editor/split-region" "z") (gtk_accel_path "/Editor/set-region-sync-position" "u") -(gtk_accel_path "/Editor/insert-region" "i") +(gtk_accel_path "/Editor/insert-region-from-region-list" "i") (gtk_accel_path "/Editor/addExistingAudioFiles" "<@PRIMARY@>i") (gtk_accel_path "/Editor/invert-selection" "<@TERTIARY@>i") (gtk_accel_path "/Main/Open" "<@PRIMARY@>o") @@ -81,7 +81,7 @@ (gtk_accel_path "/Editor/duplicate-region" "<@PRIMARY@>d") (gtk_accel_path "/Editor/multi-duplicate-region" "<@PRIMARY@><@TERTIARY@>d") (gtk_accel_path "/Editor/toggle-follow-playhead" "f") -(gtk_accel_path "/Editor/toggle-rhythm-ferret" "<@WINDOW@>f") +(gtk_accel_path "/Editor/show-rhythm-ferret" "<@WINDOW@>f") ; (gtk_accel_path "/Editor/set-edit-point" "g") ; (gtk_accel_path "/MouseMode/set-mouse-mode-gain" "g") (gtk_accel_path "/Editor/nudge-backward" "g") @@ -89,7 +89,7 @@ (gtk_accel_path "/Common/ToggleKeyEditor" "<@SECONDARY@>k") (gtk_accel_path "/Common/ToggleLocations" "<@SECONDARY@>l") (gtk_accel_path "/Transport/Loop" "l") -(gtk_accel_path "/Editor/lock-region" "<@LEVEL4@>l") +(gtk_accel_path "/Editor/toggle-region-lock" "<@LEVEL4@>l") (gtk_accel_path "/Editor/select-all-in-loop-range" "<@TERTIARY@>l") ;; UNTERE ZEILE @@ -111,7 +111,7 @@ (gtk_accel_path "/Main/AddTrackBus" "<@PRIMARY@><@TERTIARY@>n") (gtk_accel_path "/Common/toggle-editor-mixer-on-top" "<@SECONDARY@>m") (gtk_accel_path "/Editor/add-location-from-playhead" "KP_Enter") -(gtk_accel_path "/Editor/mute-unmute-region" "m") +(gtk_accel_path "/Editor/toggle-region-mute" "m") ;; arrow keys, navigation etc. -- cgit v1.2.3