diff options
| -rw-r--r-- | apps/plugins/solitaire.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index 85d4efd..9dbeaeb 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -1271,6 +1271,10 @@ int solitaire( void ) /* what to do when a key is pressed ... */ button = rb->button_get( true ); +#if (CONFIG_KEYPAD == SANSA_E200_PAD) + if (button&(BUTTON_SCROLL_UP|BUTTON_SCROLL_DOWN)) + button = button & (~BUTTON_REPEAT); +#endif switch( button ) { /* move cursor to the last card of the previous column |