fix missing action messages
Removed several binding files. More to be done in the main ardour.keys.in file
This commit is contained in:
parent
90e9329639
commit
c9de0988c5
@ -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
|
||||
|
@ -1,14 +0,0 @@
|
||||
<Bindings name="Cues">
|
||||
<Press>
|
||||
<Binding key="F1" action="Cues/trigger-cue-0"/>
|
||||
<Binding key="F2" action="Cues/trigger-cue-1"/>
|
||||
<Binding key="F3" action="Cues/trigger-cue-2"/>
|
||||
<Binding key="F4" action="Cues/trigger-cue-3"/>
|
||||
<Binding key="F5" action="Cues/trigger-cue-4"/>
|
||||
<Binding key="F6" action="Cues/trigger-cue-5"/>
|
||||
<Binding key="F7" action="Cues/trigger-cue-6"/>
|
||||
<Binding key="F8" action="Cues/trigger-cue-7"/>
|
||||
<Binding key="Delete" action="Cues/clear-trigger-slot"/>
|
||||
<Binding key="BackSpace" action="Cues/clear-trigger-slot-alt"/>
|
||||
</Press>
|
||||
</Bindings>
|
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user