Home
last modified time | relevance | path

Searched refs:XKB_MOD_NAME_CTRL (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dstate.c118 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CTRL, in test_update_key()
125 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CTRL, in test_update_key()
131 XKB_MOD_NAME_CTRL, in test_update_key()
136 xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_CTRL), in test_update_key()
158 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CTRL, in test_update_key()
164 XKB_MOD_NAME_CTRL, in test_update_key()
169 XKB_MOD_NAME_CTRL, in test_update_key()
265 ctrl = xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_CTRL); in test_serialisation()
394 ctrl = xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_CTRL); in test_consume()
641 ctrl = xkb_keymap_mod_get_index(keymap, XKB_MOD_NAME_CTRL); in test_ctrl_string_transformation()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-names.h36 #define XKB_MOD_NAME_CTRL "Control" macro
/external/libxkbcommon/xkbcommon/doc/
Dquick-guide.md213 if (xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CTRL,
/external/libxkbcommon/xkbcommon/src/
Dstate.c878 xkb_keymap_mod_get_index(state->keymap, XKB_MOD_NAME_CTRL); in should_do_ctrl_transformation()