aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tokenize.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/tokenize.h b/src/tokenize.h
index 4df5df3..52d76fc 100644
--- a/src/tokenize.h
+++ b/src/tokenize.h
@@ -14,18 +14,18 @@ global const char *modifier_flags_str[] =
global const char *literal_keycode_str[] =
{
- "return", "tab", "space",
- "backspace", "escape", "delete",
- "home", "end", "pageup",
- "pagedown", "insert", "left",
- "right", "up", "down",
- "f1", "f2", "f3",
- "f4", "f5", "f6",
- "f7", "f8", "f9",
- "f10", "f11", "f12",
- "f13", "f14", "f15",
- "f16", "f17", "f18",
- "f19", "f20",
+ "return", "tab", "space",
+ "backspace", "escape", "delete",
+ "home", "end", "pageup",
+ "pagedown", "insert", "left",
+ "right", "up", "down",
+ "f1", "f2", "f3",
+ "f4", "f5", "f6",
+ "f7", "f8", "f9",
+ "f10", "f11", "f12",
+ "f13", "f14", "f15",
+ "f16", "f17", "f18",
+ "f19", "f20",
"sound_up", "sound_down", "mute",
"play", "previous", "next",