Searched refs:XKB_KEY_Gbreve (Results 1 – 2 of 2) sorted by relevance
708 else if (sym >= XKB_KEY_Gbreve && sym <= XKB_KEY_Jcircumflex) in XConvertCase()709 *lower += (XKB_KEY_gbreve - XKB_KEY_Gbreve); in XConvertCase()713 *upper -= (XKB_KEY_gbreve - XKB_KEY_Gbreve); in XConvertCase()
814 #define XKB_KEY_Gbreve 0x02ab /* U+011E LATIN CAPITAL LETTER G WITH BREVE */ macro