aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/emcc.c b/emcc.c
index d970251..3ff66d5 100644
--- a/emcc.c
+++ b/emcc.c
@@ -317,8 +317,8 @@ bool key(int keycode, const char *key, const char *chr, int location,
keyevent = CURSOR_RIGHT;
else if (!strnullcmp(key, "ArrowDown") || !strnullcmp(key, "Down"))
keyevent = CURSOR_DOWN;
- else if (!strnullcmp(key, "SoftLeft") || !strnullcmp(key, "SoftRight"))
- /* Left and right soft key on KaiOS. */
+ else if (!strnullcmp(key, "SoftLeft"))
+ /* Left soft key on KaiOS. */
keyevent = CURSOR_SELECT2;
else if (!strnullcmp(key, "End"))
/*