summaryrefslogtreecommitdiff
path: root/muse2/muse/shortcuts.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-09-04 17:43:39 +0000
committerFlorian Jung <flo@windfisch.org>2011-09-04 17:43:39 +0000
commit5669de5d2d1b978bd34c80964d299688282d7027 (patch)
treed049caa2e608865a0381a7096d0f0b97a30a6474 /muse2/muse/shortcuts.h
parent46369b4c33d841aa1ece363c3deb3775658165ad (diff)
added paste dialog plus minor fixes:
- moved and changed muse.pro file - added update_pro.sh and update_translations.sh - updated translations - moved stuff from functions.cpp out to dialogs.cpp - fixed behaviour of movePartsTotheRight(): parts which begin at "start of move" aren't expanded, but moved now
Diffstat (limited to 'muse2/muse/shortcuts.h')
-rw-r--r--muse2/muse/shortcuts.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/muse2/muse/shortcuts.h b/muse2/muse/shortcuts.h
index 5acde313..84f2daca 100644
--- a/muse2/muse/shortcuts.h
+++ b/muse2/muse/shortcuts.h
@@ -165,12 +165,11 @@ 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
+ SHRT_PASTE_DIALOG, //CTRL+SHIFT+_V
+ SHRT_PASTE_CLONE, //CTRL+B
+ SHRT_PASTE_CLONE_DIALOG, //CTRL+SHIFT+B
//Arranger tracks
SHRT_SEL_TRACK_BELOW,