This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository dolphin-emu.
commit 8ffb85b7ad302e5fd1a39ceae21dd43d13849fd8 Author: James Cowgill <[email protected]> Date: Tue Nov 11 21:09:34 2014 +0000 Remove keybinding patch I'm not sure if I agree with this because: - For some environments the F10 key does work (I'm running GNOME 3 and it seems to work, although I didn't expect it to) - The user can change the keybinding manually in the options anyway. --- debian/patches/30_play-pause-keyboard-shortcut.patch | 15 --------------- debian/patches/series | 1 - 2 files changed, 16 deletions(-) diff --git a/debian/patches/30_play-pause-keyboard-shortcut.patch b/debian/patches/30_play-pause-keyboard-shortcut.patch deleted file mode 100644 index b2876b2..0000000 --- a/debian/patches/30_play-pause-keyboard-shortcut.patch +++ /dev/null @@ -1,15 +0,0 @@ -Set "Play/Pause" shortcut key to "Ctrl-P" from "F10". When using GTK, "F10" -is a shortcut to open the menu. -Index: dolphin-emu-4.0.2/Source/Core/Core/Src/ConfigManager.cpp -=================================================================== ---- dolphin-emu-4.0.2.orig/Source/Core/Core/Src/ConfigManager.cpp 2013-11-29 13:05:19.000000000 -0800 -+++ dolphin-emu-4.0.2/Source/Core/Core/Src/ConfigManager.cpp 2013-11-30 22:06:40.823136989 -0800 -@@ -47,7 +47,7 @@ - { "ChangeDisc", 0, 0 /* wxMOD_NONE */ }, - { "RefreshList", 0, 0 /* wxMOD_NONE */ }, - -- { "PlayPause", 349 /* WXK_F10 */, 0 /* wxMOD_NONE */ }, -+ { "PlayPause", 80 /* 'P' */, 2 /* wxMOD_CONTROL */ }, - { "Stop", 27 /* WXK_ESCAPE */, 0 /* wxMOD_NONE */ }, - { "Reset", 0, 0 /* wxMOD_NONE */ }, - { "FrameAdvance", 0, 0 /* wxMOD_NONE */ }, diff --git a/debian/patches/series b/debian/patches/series index f901b6e..9577b00 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,7 +3,6 @@ 03_fixes-for-polarssl-1.3.patch 04_use-polarssl-aes.patch 06_remove-powerpcdisasm.patch -30_play-pause-keyboard-shortcut.patch 35_cmake-miniupnpc-fixes.patch 37_cmake-sfml-fixes.patch 80_sfml-use-2.1.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

