Home
last modified time | relevance | path

Searched refs:KEY_F13 (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/curses/
Dhas_key.py41 _curses.KEY_F13: 'kf13',
/external/python/cpython2/Lib/curses/
Dhas_key.py41 _curses.KEY_F13: 'kf13',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h215 #define KEY_F13 183 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h263 #define KEY_F13 183 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h264 #define KEY_F13 183 macro
/external/strace/xlat/
Devdev_keycode.h1280 #if defined(KEY_F13) || (defined(HAVE_DECL_KEY_F13) && HAVE_DECL_KEY_F13)
1282 static_assert((KEY_F13) == (183), "KEY_F13 != 183");
1285 # define KEY_F13 183
4031 [KEY_F13] = XLAT(KEY_F13),
Devdev_keycode.in189 KEY_F13 183
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c143 [KEY_KPRIGHTPAREN] = "KPRightParenthesis", [KEY_F13] = "F13",
/external/autotest/client/bin/input/
Dlinux_input.py375 KEY_F13 = 183 variable