From 3064533594dd63df92e96752e9744748c811e7a5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 29 Jul 2024 10:23:27 -0600 Subject: [PATCH] change default MIDI bindings that use plain ASCII characters to use tertiary (shift) not primary This minimizes conflicts with global bindings --- gtk2_ardour/ardour.keys.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/ardour.keys.in b/gtk2_ardour/ardour.keys.in index 461e2943d6..9ec40c6cac 100644 --- a/gtk2_ardour/ardour.keys.in +++ b/gtk2_ardour/ardour.keys.in @@ -503,9 +503,9 @@ This mode provides many different operations on both regions and control points, @notes|Notes/add-select-previous| <@PRIMARY@><@TERTIARY@>Tab|Add previous note to selection @notes|Notes/alt-add-select-next| <@TERTIARY@>ISO_Left_Tab|Add next note to selection @notes|Notes/alt-add-select-previous| <@PRIMARY@><@TERTIARY@>ISO_Left_Tab|Add previous note to selection -@notes|Notes/extend-selection| <@PRIMARY@>e|Extend selection to end of region -@notes|Notes/invert-selection| <@PRIMARY@>i|Invert note selection -@notes|Notes/duplicate-selection| <@PRIMARY@>d|Duplicate note selection +@notes|Notes/extend-selection| <@TERTIARY@>e|Extend selection to end of region +@notes|Notes/invert-selection| <@TERTIARY@>i|Invert note selection +@notes|Notes/duplicate-selection| <@TERTIARY@>d|Duplicate note selection @rec|Recorder/arm-all| <@PRIMARY@>r|record arm all tracks @rec|Recorder/arm-none| <@PRIMARY@><@TERTIARY@>r|disable record arm of all tracks