From e6cbad69745455d0ad23004c609a909a2cdabcf4 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 10 Apr 2009 17:28:26 +0000 Subject: FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Updates the plugin keymap to use Long Home to exit plugins to be more inline with the core keymap. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20680 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/solitaire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/solitaire.c') diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index a2b4cb84a2..619051fb92 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -201,7 +201,7 @@ PLUGIN_HEADER # define HK_REM2STACK "RIGHT" #elif (CONFIG_KEYPAD == SANSA_FUZE_PAD) -# define SOL_QUIT BUTTON_POWER +# define SOL_QUIT (BUTTON_HOME|BUTTON_REPEAT) # define SOL_UP BUTTON_UP # define SOL_DOWN BUTTON_DOWN # define SOL_LEFT BUTTON_SCROLL_BACK -- cgit v1.2.3