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

  /external/libxkbcommon/xkbcommon/test/
keyseq.c 123 KEY_CAPSLOCK, DOWN, XKB_KEY_Caps_Lock, NEXT,
125 KEY_CAPSLOCK, DOWN, XKB_KEY_Caps_Lock, NEXT,
127 KEY_CAPSLOCK, UP, XKB_KEY_Caps_Lock, NEXT,
129 KEY_CAPSLOCK, UP, XKB_KEY_Caps_Lock, NEXT,
131 KEY_CAPSLOCK, BOTH, XKB_KEY_Caps_Lock, NEXT,
160 KEY_CAPSLOCK, BOTH, XKB_KEY_Caps_Lock, NEXT,
170 KEY_CAPSLOCK, BOTH, XKB_KEY_Caps_Lock, NEXT,
173 KEY_CAPSLOCK, BOTH, XKB_KEY_Caps_Lock, NEXT,
178 KEY_CAPSLOCK, DOWN, XKB_KEY_Caps_Lock, NEXT,
182 KEY_CAPSLOCK, UP, XKB_KEY_Caps_Lock, NEXT
    [all...]
state.c 179 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_DOWN);
182 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_UP);
221 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_DOWN);
222 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_UP);
268 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_DOWN);
269 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_UP);
431 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_DOWN);
432 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_UP);
439 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_DOWN);
440 xkb_state_update_key(state, KEY_CAPSLOCK + EVDEV_OFFSET, XKB_KEY_UP)
    [all...]
rulescomp.c 166 KEY_CAPSLOCK, BOTH, XKB_KEY_Control_L, FINISH));
evdev-scancodes.h 85 #define KEY_CAPSLOCK 58
  /device/google/cuttlefish_common/guest/commands/vsoc_input_service/
virtual_keyboard.cpp 34 KEY_C, KEY_CAPSLOCK, KEY_COMMA, KEY_COMPOSE,
  /device/google/cuttlefish_common/host/frontend/vnc_server/
virtual_inputs.cpp 40 (*key_mapping)[cvd::xk::CapsLock] = KEY_CAPSLOCK;
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 108 #define KEY_CAPSLOCK 58
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 83 [KEY_CAPSLOCK] = "CapsLock", [KEY_F1] = "F1",
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 133 #define KEY_CAPSLOCK 58
  /external/strace/xlat/
evdev_keycode.h 187 #if defined(KEY_CAPSLOCK) || (defined(HAVE_DECL_KEY_CAPSLOCK) && HAVE_DECL_KEY_CAPSLOCK)
188 XLAT(KEY_CAPSLOCK),
    [all...]
  /external/autotest/client/bin/input/
linux_input.py 245 KEY_CAPSLOCK = 58
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 236 #define KEY_CAPSLOCK 58
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 400 milliseconds