summaryrefslogtreecommitdiff
path: root/muse2/README.shortcuts
blob: 48de30f386be8d73e7f5f120ba5627e80db1e71a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
From: Frank Neumann
Subject: [MusE] Keyboard shortcut list

Hi all,
while reading some MusE source code during the last weeks, I made a list
of all keyboard shortcuts I found in there. I thought other might find
this useful, so I am posting this here. There are some "?" spots in
there where I am not perfectly sure if something is correct or really
works the way it should, so comments or corrections are welcome. A few
keys are also result of my first ever cvs commit to Muse :-).

Frank

2004-04-xx:
      Also changed Ctrl+Shift+A to Select None.

2004-01-08:
      Changed Ctrl+A to Select All in Arranger for the sake of uniformity. (ML)

2003-10-26:
      Added Alt+L shortcut in drumeditor to set fixed length on drumnotes
      according to drummap (Mathias Lundgren)
 2003-10-19:
      In Arranger, Part Canvas:
      added Alt+P shortcut in to move locators to part boundaries
      Crsr Up / Crsr Down to move to nearest part on track above/below
      in current window.

04.01.2003:
      - (ws) added new Delete keys in pianoroll and drumedit

<cut here>

Shortcut keys in Muse, as of 0.6.0pre5:

Arranger:
=========
Undo: Ctrl-Z
Redo: Ctrl-Y
New: Ctrl-N
Open: Ctrl-O
Save: Ctrl-S
Open PianoRoll Editor: Ctrl-E
Open Score Editor: Ctrl-R

Open Recent: Ctrl-S (? collides with "Save"?)
Config Printer: Ctrl-P
Quit: Ctrl-Q

Cut: Ctrl-X
Copy: Ctrl-C
Paste: Ctrl-V
Delete Track: Delete
Add Track: Ctrl-J
Select all: Ctrl-A
Deselect All Parts: Ctrl-B
Open Drums Editor: Ctrl-D
Open List Editor: Ctrl-L
Open Graphical Mastertrack Editor: Ctrl-M
Open List Mastertrack Editor: Shift-Ctrl-M
Open MIDI Transform Editor: Ctrl-T
Open Transport Panel: F11
Open Bigtime Window: F12
Open Help Browser: F1
Start "What's This" Mode: Shift-F1
Toggle Metronome Click: C

Stop Playback / Rewind: Space
Stop Playback: Insert
Start Playback: Enter
Go to left Marker: End (Keypad)
Go to right marker: CursorDown (Keypad)
Toggle Loop Mode: / (Keypad)
Start Recording: * (Keypad)


Arranger, Part Canvas:
======================
Cut: Ctrl-X
Copy: Ctrl-C
Select previous/next part in this track: Crsr-Left / Crsr-Right
Remove Part: Delete


Arranger, Track List Canvas:
============================
Move to previous track: Crsr-Up
Move to next track: Crsr-Down


Pianoedit:
==========
Cut: Ctrl-X
Copy: Ctrl-C
Paste: Ctrl-V
Select All: Ctrl-A (just added in CVS)
Deselect All: Ctrl-Shift-A (just added in CVS)
Invertion Selection: Ctrl-I (just added in CVS)
Delete selected Events: Delete

Insert Notes at locator position: Shift-Crsr-Right
Move Locator right: Crsr-Right
Move Locator left: Crsr-Left
Delete under Locator: Delete (KP?), "collects" notes left of locator
Set Grid Snap/Quantizer to 1/1, 1/2, 1/4, 1/8, 1/16, 1/32, 1/64:
1/2/3/4/5/6/7
Toggle "triolic" flag of Grid Snap/Quantizer: T
Toggle "punctuated" flag of Grid Snap/Quantizer: .
Set Grid Snap/Quantizer to "first value in list"(?): ,
Open "Event Color" dialog: e (just fixed in CVS)


Drumedit:
=========
Cut: Ctrl-X
Copy: Ctrl-C
Paste:Ctrl-V
Load Drummap: Ctrl-O
Save Drummap: Ctrl-S
Set fixed length: Alt-L (Sets length on selected events to the length specified in the drummap)

Delete selected Events: Delete

Listedit:
=========
Insert Note: Ctrl-N
Insert SysEx: Ctrl-S
Insert Ctrl: Ctrl-T
Insert Pitch: Ctrl-E
Insert Channel Aftertouch: Ctrl-A
Insert Key Aftertouch: Ctrl-P
Delete Events: Delete


Score Edit:
===========
When entering Lyrics:
Move to next Note's Lyrics: Crsr-Left (problems when at beginning/end of
notes)
Move to previous Note' Lyrics: Crsr-Right
Cancel (?) entering notes: Escape
Remove last character from lyrics: Backspace or Delete
End entering Lyrics: Enter


Help Browser:
=============
New Window: Alt-N
Open File: Alt-O
Print: Alt-P
Close: Alt-Q
Exit: Alt-X


Transport:
==========
Toggle metronome Click: C
Toggle Loop Mode: / (Keypad)