Searched refs:KEY_TAB (Results 1 – 25 of 36) sorted by relevance
12
/third_party/alsa-utils/alsamixer/ |
D | curskey.h | 8 #define KEY_TAB '\t' macro
|
D | curskey.c | 31 { "TAB", KEY_TAB }
|
/third_party/skia/third_party/externals/angle2/util/ |
D | keyboard.h | 73 KEY_TAB, // The tabulation key enumerator
|
D | OSWindow.cpp | 173 case KEY_TAB: in KeyName()
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | keyboard.h | 73 KEY_TAB, // The tabulation key enumerator
|
D | OSWindow.cpp | 167 case KEY_TAB: in KeyName()
|
/third_party/libinput/test/ |
D | litest-device-yubikey.c | 50 EV_KEY, KEY_TAB,
|
D | litest-device-keyboard.c | 50 EV_KEY, KEY_TAB,
|
D | litest-device-acer-hawaii-keyboard.c | 50 EV_KEY, KEY_TAB,
|
D | litest-device-keyboard-razer-blade-stealth-videoswitch.c | 54 EV_KEY, KEY_TAB,
|
D | litest-device-apple-internal-keyboard.c | 50 EV_KEY, KEY_TAB,
|
D | litest-device-waltop-tablet.c | 113 EV_KEY, KEY_TAB,
|
D | litest-device-asus-rog-gladius.c | 56 EV_KEY, KEY_TAB,
|
D | litest-device-keyboard-razer-blackwidow.c | 57 EV_KEY, KEY_TAB,
|
D | litest-device-keyboard-razer-blade-stealth.c | 56 EV_KEY, KEY_TAB,
|
D | litest-device-ms-surface-cover.c | 112 EV_KEY, KEY_TAB,
|
/third_party/eudev/hm_src/ |
D | keyboard-keys-to-name.h | 114 [KEY_TAB] = "KEY_TAB",
|
D | keyboard-keys-from-name.h | 471 {"tab", KEY_TAB}, in keyboard_lookup_key()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspevents.c | 178 keymap[KEY_TAB] = SDLK_TAB; in PSP_InitOSKeymap()
|
/third_party/flutter/glfw/src/ |
D | mir_init.c | 88 _glfw.mir.publicKeys[KEY_TAB] = GLFW_KEY_TAB; in createKeyTables()
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 104 #define KEY_TAB 15 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 90 #define KEY_TAB 15 macro
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 90 #define KEY_TAB 15 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 90 #define KEY_TAB 15 macro
|
/third_party/flutter/skia/third_party/externals/angle2/util/x11/ |
D | X11Window.cpp | 82 return KEY_TAB; in X11CodeToKey()
|
12