From c9de0988c5ad46df1ac6bec555572b87435c543c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 25 Apr 2024 22:27:22 -0600 Subject: [PATCH] fix missing action messages Removed several binding files. More to be done in the main ardour.keys.in file --- gtk2_ardour/ardour.keys.in | 6 ------ gtk2_ardour/trigger.bindings | 14 -------------- gtk2_ardour/wscript | 2 +- 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/gtk2_ardour/ardour.keys.in b/gtk2_ardour/ardour.keys.in index 461e2943d6..fb440118d6 100644 --- a/gtk2_ardour/ardour.keys.in +++ b/gtk2_ardour/ardour.keys.in @@ -233,7 +233,6 @@ This mode provides many different operations on both regions and control points, @edit|Editor/cut-paste-section| <@PRIMARY@><@TERTIARY@>x|cut \& paste section @mmode|MouseMode/set-mouse-mode-cut| c|cut mode @edit|Editor/editor-copy| <@PRIMARY@>c|copy -@wvis|Common/show-trigger| <@SECONDARY@>c|show cues page @edit|Editor/editor-crop| <@PRIMARY@><@SECONDARY@>c|crop range @edit|Editor/copy-paste-section| <@PRIMARY@><@TERTIARY@>c|copy \& paste section @edit|Editor/delete-section| <@PRIMARY@><@TERTIARY@>Delete|delete section @@ -507,8 +506,3 @@ This mode provides many different operations on both regions and control points, @notes|Notes/invert-selection| <@PRIMARY@>i|Invert note selection @notes|Notes/duplicate-selection| <@PRIMARY@>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 -@rec|Recorder/rec-undo| <@PRIMARY@>z|undo -@rec|Recorder/rec-redo| <@PRIMARY@><@TERTIARY@>z|redo -@rec|Recorder/alternate-rec-redo| <@PRIMARY@>y|redo diff --git a/gtk2_ardour/trigger.bindings b/gtk2_ardour/trigger.bindings index 61f7355687..e69de29bb2 100644 --- a/gtk2_ardour/trigger.bindings +++ b/gtk2_ardour/trigger.bindings @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 92630085a7..d34ab55ba4 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -928,7 +928,7 @@ def build(bld): for b in [ 'ardour' ] : obj = bld( target = b + '.keys', - source = [ b + '.keys.in', 'mixer.bindings', 'processor_box.bindings', 'step_editing.bindings', 'monitor.bindings', 'trigger.bindings' ], + source = [ b + '.keys.in', 'mixer.bindings' ], rule = a_rule ) obj.install_path = bld.env['CONFDIR']