diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/player/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/player/keyboard.c b/apps/player/keyboard.c index ec40ddf..543720f 100644 --- a/apps/player/keyboard.c +++ b/apps/player/keyboard.c @@ -32,7 +32,7 @@ static char* kbd_setupkeys(int page) "ABCDEFGHIJKLMNOPQRSTUVWXYZ", "abcdefghijklmnopqrstuvwxyz", "01234567890!@#$%&/(){}[]<>", - "+-*_.,:;!?'" + " +-*_.,:;!?' " }; return lines[page]; |