Searched refs:KEY_F1 (Results 1 – 20 of 20) sorted by relevance
/external/libxkbcommon/test/ |
D | state.c | 452 mask = xkb_state_key_get_consumed_mods(state, KEY_F1 + EVDEV_OFFSET); in test_consume() 457 mask = xkb_state_key_get_consumed_mods(state, KEY_F1 + EVDEV_OFFSET); in test_consume() 461 mask = xkb_state_key_get_consumed_mods(state, KEY_F1 + EVDEV_OFFSET); in test_consume() 470 mask = xkb_state_key_get_consumed_mods2(state, KEY_F1 + EVDEV_OFFSET, in test_consume() 475 mask = xkb_state_key_get_consumed_mods2(state, KEY_F1 + EVDEV_OFFSET, in test_consume() 480 mask = xkb_state_key_get_consumed_mods2(state, KEY_F1 + EVDEV_OFFSET, in test_consume()
|
D | evdev-scancodes.h | 86 #define KEY_F1 59 macro
|
/external/angle/util/ |
D | keyboard.h | 98 KEY_F1, // The F1 key enumerator
|
D | OSWindow.cpp | 223 case KEY_F1: in KeyName()
|
/external/python/cpython2/Lib/curses/ |
D | has_key.py | 37 _curses.KEY_F1: 'kf1',
|
/external/python/cpython3/Lib/curses/ |
D | has_key.py | 37 _curses.KEY_F1: 'kf1',
|
/external/crosvm/devices/src/virtio/input/ |
D | defaults.rs | 229 KEY_F1, in default_keyboard_events()
|
D | constants.rs | 96 pub const KEY_F1: u16 = 59; constant
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalKeyListener.java | 411 ((vt320) buffer).keyPressed(vt320.KEY_F1, ' ', 0); in sendFunctionKey()
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 134 #define KEY_F1 59 macro
|
/external/angle/util/x11/ |
D | X11Window.cpp | 107 return KEY_F1; in X11CodeToKey()
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 83 [KEY_CAPSLOCK] = "CapsLock", [KEY_F1] = "F1",
|
/external/strace/xlat/ |
D | evdev_keycode.h | 419 #if defined(KEY_F1) || (defined(HAVE_DECL_KEY_F1) && HAVE_DECL_KEY_F1) 421 static_assert((KEY_F1) == (59), "KEY_F1 != 59"); 424 # define KEY_F1 59 3904 [KEY_F1] = XLAT(KEY_F1),
|
D | evdev_keycode.in | 62 KEY_F1 59
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 252 KEY_F1 = 59 variable
|
/external/angle/util/windows/win32/ |
D | Win32Window.cpp | 98 return KEY_F1; in VirtualKeyCodeToKey()
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 720 public final static int KEY_F1 = 2; field in vt320 973 case KEY_F1: in keyPressed()
|
/external/angle/util/osx/ |
D | OSXWindow.mm | 249 return KEY_F1;
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1507 normally at least four function keys (:const:`KEY_F1`, :const:`KEY_F2`,
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1603 normally at least four function keys (:const:`KEY_F1`, :const:`KEY_F2`,
|