summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer.bindings
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-12-10 18:39:14 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-12-10 18:39:14 -0500
commit12a88c9706204a7bd2a674896d0fe93654139f0f (patch)
tree7eff573b53929f2d3255230f94805dd317594e95 /gtk2_ardour/mixer.bindings
parent5b513828bd34186640f94a127afb940aea3d17e3 (diff)
show-editor and show-mixer actions are now part of Common, not Window or Mixer action groups
This is a bit arbitary but they are supposed to be invokable from anywhere, and since they control Tabbables and note pure windows, they are not part of WM::Manager's purview (Window/* actions). Thus ... Common
Diffstat (limited to 'gtk2_ardour/mixer.bindings')
-rw-r--r--gtk2_ardour/mixer.bindings2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer.bindings b/gtk2_ardour/mixer.bindings
index c62144a40c..436fa6687e 100644
--- a/gtk2_ardour/mixer.bindings
+++ b/gtk2_ardour/mixer.bindings
@@ -17,7 +17,7 @@
<Binding key="Return" action="Mixer/toggle-processors" group="Processor operations on the selected strip(s)"/>
<Binding key="Primary-a" action="Mixer/select-all-processors" group="Processor operations on the selected strip(s)"/>
<Binding key="slash" action="Mixer/ab-plugins" group="Processor operations on the selected strip(s)"/>
- <Binding key="Secondary-m" action="Mixer/show-editor" group="Window Visibility"/>
+ <Binding key="Secondary-m" action="Common/show-editor" group="Window Visibility"/>
<Binding key="Secondary-Down" action="Mixer/select-next-stripable" group="Window Visibility"/>
<Binding key="Secondary-Up" action="Mixer/select-prev-stripable" group="Window Visibility"/>