Skip to content

Commit

Permalink
fix #67371: Change 'delete measure' and 'whole measure rest' shortcut…
Browse files Browse the repository at this point in the history
…s to use Delete (backspace) instead of Forward-Delete key
  • Loading branch information
lasconic committed Jul 2, 2015
1 parent f5464d6 commit 8eb8549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mscore/data/shortcuts.xml
Expand Up @@ -383,10 +383,12 @@
<SC>
<key>delete-measures</key>
<seq>Ctrl+Del</seq>
<seq>Ctrl+Backspace</seq>
</SC>
<SC>
<key>full-measure-rest</key>
<seq>Ctrl+Shift+Del</seq>
<seq>Ctrl+Shift+Backspace</seq>
</SC>
<SC>
<key>append-measure</key>
Expand Down

0 comments on commit 8eb8549

Please sign in to comment.