summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 8acccdafd1..1c9ba7bed4 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -240,6 +240,7 @@ int kbd_input(char* text, int buflen)
240 kbd_spellchar(line[y][x]); 240 kbd_spellchar(line[y][x]);
241 break; 241 break;
242 242
243#if (BUTTON_UP != BUTTON_PLAY) /* FixMe, this is just to make the Ondio compile */
243 case BUTTON_UP: 244 case BUTTON_UP:
244 case BUTTON_UP | BUTTON_REPEAT: 245 case BUTTON_UP | BUTTON_REPEAT:
245 if (y) 246 if (y)
@@ -248,7 +249,7 @@ int kbd_input(char* text, int buflen)
248 y = KEYBOARD_LINES - 1; 249 y = KEYBOARD_LINES - 1;
249 kbd_spellchar(line[y][x]); 250 kbd_spellchar(line[y][x]);
250 break; 251 break;
251 252#endif
252 case BUTTON_F3: 253 case BUTTON_F3:
253 case BUTTON_F3 | BUTTON_REPEAT: 254 case BUTTON_F3 | BUTTON_REPEAT:
254 /* backspace */ 255 /* backspace */