We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6255a commit 9f15fa3Copy full SHA for 9f15fa3
mscore/actions.cpp
@@ -2274,13 +2274,6 @@ Shortcut Shortcut::sc[] = {
2274
QT_TRANSLATE_NOOP("action","Replace pitches without changing rhythms"),
2275
Icons::repitch_ICON
2276
),
2277
- Shortcut(
2278
- MsWidget::MAIN_WINDOW,
2279
- STATE_NORMAL | STATE_NOTE_ENTRY,
2280
- 0,
2281
- "stack-down",
2282
- QT_TRANSLATE_NOOP("action","Stack down")
2283
- ),
2284
Shortcut(
2285
MsWidget::MAIN_WINDOW,
2286
STATE_NORMAL | STATE_NOTE_ENTRY,
mscore/data/shortcuts.xml
@@ -716,10 +716,6 @@
716
<key>repitch</key>
717
<seq>Ctrl+Shift+I</seq>
718
</SC>
719
- <SC>
720
- <key>stack-down</key>
721
- <seq>Shift+Z</seq>
722
- </SC>
723
<SC>
724
<key>toogle-piano</key>
725
<seq>P</seq>
0 commit comments