summaryrefslogtreecommitdiff
path: root/muse2/muse/shortcuts.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-05 04:34:35 +0000
committerTim E. Real <termtech@rogers.com>2010-12-05 04:34:35 +0000
commit3a911929ba263a23eba0c343a4f7b343e7aa9af6 (patch)
tree588260d0fe9b7147d2a8c358ad0a9f40fa80bb66 /muse2/muse/shortcuts.h
parent94ded795771b0e2aeb33147056036ea5b4cce0d0 (diff)
Some work on shortcuts. See ChangeLog.
Diffstat (limited to 'muse2/muse/shortcuts.h')
-rw-r--r--muse2/muse/shortcuts.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/muse2/muse/shortcuts.h b/muse2/muse/shortcuts.h
index 0e2121f9..d39532de 100644
--- a/muse2/muse/shortcuts.h
+++ b/muse2/muse/shortcuts.h
@@ -164,10 +164,13 @@ enum {
SHRT_SEL_BELOW, //Down
SHRT_SEL_BELOW_ADD, //move down and add to selection
- /*
SHRT_INSERT, //Ctrl+Shift+I - insert parts instead of pasting
SHRT_INSERTMEAS, //Ctrl+Shift+M - insert measures
- */
+
+ SHRT_PASTE_CLONE, //CTRL+SHIFT+Key_V
+ SHRT_PASTE_TO_TRACK, //CTRL+Key_B
+ SHRT_PASTE_CLONE_TO_TRACK, //CTRL+SHIFT+Key_B
+
//Arranger tracks
SHRT_SEL_TRACK_BELOW,
SHRT_SEL_TRACK_ABOVE,