Searched refs:XKB_MOD_NAME_CTRL (Results 1 – 4 of 4) sorted by relevance
/external/libxkbcommon/xkbcommon/test/ |
D | state.c | 118 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/ |
D | xkbcommon-names.h | 36 #define XKB_MOD_NAME_CTRL "Control" macro
|
/external/libxkbcommon/xkbcommon/doc/ |
D | quick-guide.md | 213 if (xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CTRL,
|
/external/libxkbcommon/xkbcommon/src/ |
D | state.c | 878 xkb_keymap_mod_get_index(state->keymap, XKB_MOD_NAME_CTRL); in should_do_ctrl_transformation()
|