#! /bin/sh /usr/share/dpatch/dpatch-run ## 23-fix-bindings.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Switch the Mixer to be bound to F8 rather than F10, as that conflicts ## DP: with the main menu binding in GNOME/Unity. @DPATCH@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' musescore-1.1~/mscore/mscore/actions.cpp musescore-1.1/mscore/mscore/actions.cpp --- musescore-1.1~/mscore/mscore/actions.cpp 2011-07-27 14:32:43.000000000 +0100 +++ musescore-1.1/mscore/mscore/actions.cpp 2011-08-12 18:31:27.426358807 +0100 @@ -1428,7 +1428,7 @@ //Cmd + M is for minimize to dock on mac Qt::Key_M, #else - Qt::Key_F10, + Qt::Key_F8, #endif Qt::ApplicationShortcut, QT_TRANSLATE_NOOP("action","Mixer"),