Home
last modified time | relevance | path

Searched refs:XKB_KEY_cabovedot (Results 1 – 2 of 2) sorted by relevance

/external/libxkbcommon/src/
Dkeysym.c715 *lower += (XKB_KEY_cabovedot - XKB_KEY_Cabovedot); in XConvertCase()
716 else if (sym >= XKB_KEY_cabovedot && sym <= XKB_KEY_scircumflex) in XConvertCase()
717 *upper -= (XKB_KEY_cabovedot - XKB_KEY_Cabovedot); in XConvertCase()
/external/libxkbcommon/xkbcommon/
Dxkbcommon-keysyms.h827 #define XKB_KEY_cabovedot 0x02e5 /* U+010B LATIN SMALL LETTER C WITH DOT ABOVE… macro