summaryrefslogtreecommitdiff
path: root/console-client/xkb
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/xkb')
-rw-r--r--console-client/xkb/lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/console-client/xkb/lex.l b/console-client/xkb/lex.l
index 71d6dfc9..d9198981 100644
--- a/console-client/xkb/lex.l
+++ b/console-client/xkb/lex.l
@@ -235,6 +235,7 @@ alias { return ALIAS; }
indicator { return INDICATOR; }
virtual_modifiers { return VMODS; }
virtualmods { return VMODS; }
+vmods { return VMODS; }
type { return TYPE; }
data { return DATA; }
modifiers { return MODS; }