diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-07 09:43:53 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-07 09:46:40 +0200 |
commit | 84986de39befd266f7609ac30a0a0020a68b90ef (patch) | |
tree | e60c41a846d6d5586b90da6d50d32e1d0cf4dc2a /include/X11 | |
parent | c62e8203402cafafa5ba0357b6d1c019156c9f36 (diff) |
keysymdef: Add vietnamese dead accents
These are used in the vn layout.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'include/X11')
-rw-r--r-- | include/X11/keysymdef.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/X11/keysymdef.h b/include/X11/keysymdef.h index 6267a25..7651bd8 100644 --- a/include/X11/keysymdef.h +++ b/include/X11/keysymdef.h @@ -2084,6 +2084,11 @@ SOFTWARE. #define XK_ohorn 0x10001a1 /* U+01A1 LATIN SMALL LETTER O WITH HORN */ #define XK_Uhorn 0x10001af /* U+01AF LATIN CAPITAL LETTER U WITH HORN */ #define XK_uhorn 0x10001b0 /* U+01B0 LATIN SMALL LETTER U WITH HORN */ +#define XK_combining_tilde 0x1000303 /* U+0303 COMBINING TILDE */ +#define XK_combining_grave 0x1000300 /* U+0300 COMBINING GRAVE ACCENT */ +#define XK_combining_acute 0x1000301 /* U+0301 COMBINING ACUTE ACCENT */ +#define XK_combining_hook 0x1000309 /* U+0309 COMBINING HOOK ABOVE */ +#define XK_combining_belowdot 0x1000323 /* U+0323 COMBINING DOT BELOW */ #endif /* XK_VIETNAMESE */ |