Searched refs:KEY_FN (Results 1 – 15 of 15) sorted by relevance
/third_party/toybox/lib/ |
D | tty.c | 165 {KEY_FN+1, "\033OP"}, {KEY_FN+2, "\033OQ"}, {KEY_FN+3, "\033OR"}, 166 {KEY_FN+4, "\033OS"}, {KEY_FN+5, "\033[15~"}, {KEY_FN+6, "\033[17~"}, 167 {KEY_FN+7, "\033[18~"}, {KEY_FN+8, "\033[19~"}, {KEY_FN+9, "\033[20~"},
|
D | lib.h | 336 #define KEY_FN 10 // F1 = KEY_FN+1, F2 = KEY_FN+2, ... macro
|
/third_party/libinput/test/ |
D | litest-device-sony-vaio-keys.c | 73 EV_KEY, KEY_FN,
|
D | litest-device-keyboard-quirked.c | 190 EV_KEY, KEY_FN,
|
D | litest-device-keyboard.c | 187 EV_KEY, KEY_FN,
|
D | litest-device-acer-hawaii-keyboard.c | 187 EV_KEY, KEY_FN,
|
D | litest-device-apple-internal-keyboard.c | 209 EV_KEY, KEY_FN,
|
D | test-touchpad.c | 4193 KEY_FN, in START_TEST() 4239 KEY_FN, in START_TEST() 4289 KEY_FN, in START_TEST() 4343 KEY_FN, in START_TEST()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 524 #define KEY_FN 0x1d0 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 528 #define KEY_FN 0x1d0 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 524 #define KEY_FN 0x1d0 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 540 #define KEY_FN 0x1d0 macro
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 328 #define KEY_FN 10 // F1 = KEY_FN+1, F2 = KEY_FN+2, ... macro
|
/third_party/libevdev/include/ |
D | event-names.h | 427 [KEY_FN] = "KEY_FN", 1211 { .name = "KEY_FN", .value = KEY_FN },
|
/third_party/libinput/src/ |
D | evdev-mt-touchpad.c | 2262 case KEY_FN: in tp_key_is_modifier()
|