summaryrefslogtreecommitdiff
path: root/desktop/textinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/textinput.h')
-rw-r--r--desktop/textinput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/textinput.h b/desktop/textinput.h
index e322f11ba..1a8b2d929 100644
--- a/desktop/textinput.h
+++ b/desktop/textinput.h
@@ -35,6 +35,7 @@ struct box;
enum input_key {
KEY_DELETE_LEFT = 8,
+ KEY_TAB = 9,
/* cursor movement keys */
KEY_LEFT = 28,