Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Dkeysym.c98 assert(test_string("I", XKB_KEY_I)); in test_github_issue_42()
101 assert(xkb_keysym_to_upper(XKB_KEY_i) == XKB_KEY_I); in test_github_issue_42()
102 assert(xkb_keysym_to_lower(XKB_KEY_I) == XKB_KEY_i); in test_github_issue_42()
/external/libxkbcommon/xkbcommon/
Dxkbcommon-keysyms.h586 #define XKB_KEY_I 0x0049 /* U+0049 LATIN CAPITAL LETTER I */ macro