summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gey <denemo@nilsgey.de>2011-02-17 21:44:58 +0100
committerNils Gey <denemo@nilsgey.de>2011-02-17 21:44:58 +0100
commit3872665711cb537cde9575539224d5ca50ebe5d2 (patch)
tree13929e0a25a53d185366caceedd0534860d67bf8
parentfcce2214b1e2e2fbcf0b55044b591b9f45c7f148 (diff)
New composer shortcuts for SelectMeasure and MoveToPreviousEmptyMeasure
-rw-r--r--actions/Composer.shortcuts15
1 files changed, 11 insertions, 4 deletions
diff --git a/actions/Composer.shortcuts b/actions/Composer.shortcuts
index 00bcd2a0..71135e67 100644
--- a/actions/Composer.shortcuts
+++ b/actions/Composer.shortcuts
@@ -175,14 +175,12 @@
<row>
<action>JumpUpOctave</action>
- <bind>Ctrl+Up</bind>
- <bind>Ctrl+Shft+Up</bind>
+ <bind>Ctrl+Up</bind>
</row>
<row>
<action>JumpDownOctave</action>
- <bind>Ctrl+Down</bind>
- <bind>Ctrl+Shft+Down</bind>
+ <bind>Ctrl+Down</bind>
</row>
<!-- Staff Navigation -->
@@ -242,6 +240,11 @@
<action>GoToMeasure</action>
</row>
<row>
+ <action>SelectMeasure</action>
+ <bind>Ctrl+Shft+Up</bind>
+ <bind>Ctrl+Shft+Down</bind>
+ </row>
+ <row>
<action>GoToBeginning</action>
<hidden>true</hidden>
<bind>Shft+Home</bind>
@@ -264,6 +267,10 @@
<bind>Alt+End</bind>
</row>
<row>
+ <action>MoveToPreviousEmptyMeasure</action>
+ <bind>Alt+Home</bind>
+ </row>
+ <row>
<action>SelectionToEmptyMeasure</action>
<bind>Alt+Shft+End</bind>
</row>