summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gey <denemo@nilsgey.de>2011-02-17 21:44:08 +0100
committerNils Gey <denemo@nilsgey.de>2011-02-17 21:44:08 +0100
commitfcce2214b1e2e2fbcf0b55044b591b9f45c7f148 (patch)
tree3eda2b9b0905bbdc4dc59f81f5d5ba1d6a1be3ee
parenta356acdab36ac93adc24929ac0142d54cc9abf69 (diff)
Default.commands for SelectMeasure and MoveToPreviousEmptyMeasure
-rw-r--r--actions/Default.commands25
1 files changed, 24 insertions, 1 deletions
diff --git a/actions/Default.commands b/actions/Default.commands
index 04b26953..4bb3a44d 100644
--- a/actions/Default.commands
+++ b/actions/Default.commands
@@ -4402,7 +4402,30 @@ for second and subsequent systems</tooltip>
<menupath>/ObjectMenu/NotationMagick/GenerateRhythmFromString</menupath>
<label>Insert reversed string as reversed binary rhythm</label>
<tooltip>Give a string to generate a rhythm out of its ascii chars in binary encoding. The string gets reversed before converting. The rhythm for each letter gets reversed before inserting.</tooltip>
- </row>
+ </row>
+ <row>
+ <action>Off</action>
+ <scheme></scheme>
+ <menupath>/MainMenu/ViewMenu</menupath>
+ <label>Off</label>
+ <tooltip>Off</tooltip>
+ </row>
+ <row>
+ <action>SelectMeasure</action>
+ <after>SelectColumn</after>
+ <scheme></scheme>
+ <menupath>/MainMenu/EditMenu/Select</menupath>
+ <label>Select Measure</label>
+ <tooltip>Create a selection for the entire current measure</tooltip>
+ </row>
+ <row>
+ <action>MoveToPreviousEmptyMeasure</action>
+ <after>GoToEmptyMeasure</after>
+ <scheme></scheme>
+ <menupath>/MainMenu/NavigationMenu/Seek</menupath>
+ <label>Move To Previous Empty Measure</label>
+ <tooltip>Move the cursor left until it finds an empty measure or the staffs beginning</tooltip>
+ </row>
</map>
</merge>
</Denemo>