diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-04-10 17:28:26 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-04-10 17:28:26 +0000 |
| commit | e6cbad69745455d0ad23004c609a909a2cdabcf4 (patch) | |
| tree | f512eab0f41420969f750138b76b46931bf57956 /apps/plugins/robotfindskitten.c | |
| parent | ec797ed62225a5f78f37e9342ac6e183332f795b (diff) | |
| download | rockbox-e6cbad69745455d0ad23004c609a909a2cdabcf4.zip rockbox-e6cbad69745455d0ad23004c609a909a2cdabcf4.tar.gz rockbox-e6cbad69745455d0ad23004c609a909a2cdabcf4.tar.bz2 rockbox-e6cbad69745455d0ad23004c609a909a2cdabcf4.tar.xz | |
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
Diffstat (limited to 'apps/plugins/robotfindskitten.c')
| -rw-r--r-- | apps/plugins/robotfindskitten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/robotfindskitten.c b/apps/plugins/robotfindskitten.c index 7ae5721..1010531 100644 --- a/apps/plugins/robotfindskitten.c +++ b/apps/plugins/robotfindskitten.c @@ -485,7 +485,7 @@ static char* messages[] = #elif (CONFIG_KEYPAD == SANSA_FUZE_PAD) # undef __PLUGINLIB_ACTIONS_H__ -# define RFK_QUIT (BUTTON_SELECT | BUTTON_REPEAT) +# define RFK_QUIT (BUTTON_HOME|BUTTON_REPEAT) # define RFK_RIGHT BUTTON_RIGHT # define RFK_LEFT BUTTON_LEFT # define RFK_UP BUTTON_UP |