summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_editing.bindings
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-01-31 17:58:56 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-01-31 17:58:56 +0000
commit954a3ddca10ee0fab21934fa98990b540a6f6b61 (patch)
tree80efb78f299d2a4d9a47686ec0676a605691f166 /gtk2_ardour/step_editing.bindings
parent9ec59d793d0a19bc77cee69dbcef81509d8c4785 (diff)
small change to step edit bindings, plus make the spin button/adjustment able to reach the first octave (value=0)
git-svn-id: svn://localhost/ardour2/branches/3.0@8632 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/step_editing.bindings')
-rw-r--r--gtk2_ardour/step_editing.bindings6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/step_editing.bindings b/gtk2_ardour/step_editing.bindings
index 99ce7dbb6a..b66f047cdb 100644
--- a/gtk2_ardour/step_editing.bindings
+++ b/gtk2_ardour/step_editing.bindings
@@ -10,9 +10,9 @@
<Binding key="7" action="StepEditing/octave-7"/>
<Binding key="8" action="StepEditing/octave-8"/>
<Binding key="9" action="StepEditing/octave-9"/>
- <Binding key="-" action="StepEditing/octave-10"/>
- <Binding key="=" action="StepEditing/octave-11"/>
-
+ <Binding key="0" action="StepEditing/octave-10"/>
+ <Binding key="-" action="StepEditing/octave-11"/>
+
<Binding key="F1" action="StepEditing/note-length-whole"/>
<Binding key="F2" action="StepEditing/note-length-half"/>
<Binding key="F3" action="StepEditing/note-length-third"/>