diff options
Diffstat (limited to 'console-client/xkb/parser.y')
-rw-r--r-- | console-client/xkb/parser.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-client/xkb/parser.y b/console-client/xkb/parser.y index 36bc3a3f..18c14544 100644 --- a/console-client/xkb/parser.y +++ b/console-client/xkb/parser.y @@ -1062,6 +1062,7 @@ symbolssect: symbolname: IDENTIFIER { $$ = XStringToKeysym ($1); } | NUM { $$ = $1 + '0' } +| HEX { $$ = $1; } ; /* None or more keysyms, assigned to a single group of the current |