diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index 85d4efd3a9..9dbeaebfa4 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