Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/
Dkeysym.c680 *lower += (XKB_KEY_lstroke - XKB_KEY_Lstroke); in XConvertCase()
687 else if (sym >= XKB_KEY_lstroke && sym <= XKB_KEY_sacute) in XConvertCase()
688 *upper -= (XKB_KEY_lstroke - XKB_KEY_Lstroke); in XConvertCase()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-keysyms.h761 #define XKB_KEY_lstroke 0x01b3 /* U+0142 LATIN SMALL LETTER L WITH STROKE */ macro