diff options
author | Jean-Louis Biasini <jlbiasini@gmail.com> | 2013-02-14 15:21:05 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-02-14 14:39:18 +0100 |
commit | d4139c868a6684b78f7befbce423a01286af5de1 (patch) | |
tree | 6c0a5000b85b6db8d01cb40f41b92338bc18f0c6 /apps/plugins/oscilloscope.c | |
parent | 200d0c8c0547ada139c2250ce564d3262a1bae39 (diff) |
[Fuze+] redo osciloscope keymaps update that was canceled lately
thanks to pixelma for pointing this out
Change-Id: Ie50fc44acb51d9e0364f960c421996b0b8f297d9
Reviewed-on: http://gerrit.rockbox.org/403
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'apps/plugins/oscilloscope.c')
-rw-r--r-- | apps/plugins/oscilloscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c index c418f127fc..13cc359a5d 100644 --- a/apps/plugins/oscilloscope.c +++ b/apps/plugins/oscilloscope.c @@ -392,7 +392,7 @@ #define OSCILLOSCOPE_QUIT BUTTON_POWER #define OSCILLOSCOPE_DRAWMODE BUTTON_SELECT #define OSCILLOSCOPE_ADVMODE BUTTON_BACK -#define OSCILLOSCOPE_ORIENTATION (BUTTON_BACK|BUTTON_REPEAT) +#define OSCILLOSCOPE_ORIENTATION BUTTON_UP #define OSCILLOSCOPE_PAUSE BUTTON_PLAYPAUSE #define OSCILLOSCOPE_SPEED_UP BUTTON_LEFT #define OSCILLOSCOPE_SPEED_DOWN BUTTON_RIGHT |