HomeSort by relevance Sort by last modified time
    Searched refs:XKB_KEY_zcaron (Results 1 - 2 of 2) sorted by null

  /external/libxkbcommon/xkbcommon/src/
keysym.c 683 else if (sym >= XKB_KEY_Zcaron && sym <= XKB_KEY_Zabovedot)
684 *lower += (XKB_KEY_zcaron - XKB_KEY_Zcaron);
691 else if (sym >= XKB_KEY_zcaron && sym <= XKB_KEY_zabovedot)
692 *upper -= (XKB_KEY_zcaron - XKB_KEY_Zcaron);
  /external/libxkbcommon/xkbcommon/xkbcommon/
xkbcommon-keysyms.h     [all...]

Completed in 46 milliseconds