Home
last modified time | relevance | path

Searched refs:xkb_state_key_get_one_sym (Results 1 – 8 of 8) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dstate.c235 one_sym = xkb_state_key_get_one_sym(state, KEY_6 + EVDEV_OFFSET); in test_update_key()
240 one_sym = xkb_state_key_get_one_sym(state, KEY_5 + EVDEV_OFFSET); in test_update_key()
512 sym = xkb_state_key_get_one_sym(state, KEY_A + 8); in test_caps_keysym_transformation()
515 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
525 sym = xkb_state_key_get_one_sym(state, KEY_A + 8); in test_caps_keysym_transformation()
527 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
540 sym = xkb_state_key_get_one_sym(state, KEY_A + 8); in test_caps_keysym_transformation()
543 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
Dcommon.c82 sym = xkb_state_key_get_one_sym(state, kc); in test_key_seq_va()
383 sym = xkb_state_key_get_one_sym(state, keycode); in test_print_keycode_state()
Dinteractive-evdev.c258 xkb_keysym_t keysym = xkb_state_key_get_one_sym(kbd->state, keycode); in process_event()
/external/libxkbcommon/xkbcommon/
Dxkbcommon.map55 xkb_state_key_get_one_sym;
/external/libxkbcommon/xkbcommon/bench/
Dkey-proc.c44 keysym = xkb_state_key_get_one_sym(state, keycode); in bench()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon.h1384 xkb_state_key_get_one_sym(struct xkb_state *state, xkb_keycode_t key);
/external/libxkbcommon/xkbcommon/doc/
Dquick-guide.md130 keysym = xkb_state_key_get_one_sym(state, keycode);
/external/libxkbcommon/xkbcommon/src/
Dstate.c908 xkb_state_key_get_one_sym(struct xkb_state *state, xkb_keycode_t kc) in xkb_state_key_get_one_sym() function