Home
last modified time | relevance | path

Searched refs:keypad (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp47 bool keypad = false; in isKeyPad() local
50 keypad = (lparam >> 16) & KF_EXTENDED; in isKeyPad()
62 keypad = !((lparam >> 16) & KF_EXTENDED); in isKeyPad()
81 keypad = true; in isKeyPad()
84 keypad = false; in isKeyPad()
86 return keypad; in isKeyPad()
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm666 // VK_NUMPAD0 (60) Numeric keypad 0 key
668 // VK_NUMPAD1 (61) Numeric keypad 1 key
670 // VK_NUMPAD2 (62) Numeric keypad 2 key
672 // VK_NUMPAD3 (63) Numeric keypad 3 key
674 // VK_NUMPAD4 (64) Numeric keypad 4 key
676 // VK_NUMPAD5 (65) Numeric keypad 5 key
678 // VK_NUMPAD6 (66) Numeric keypad 6 key
680 // VK_NUMPAD7 (67) Numeric keypad 7 key
682 // VK_NUMPAD8 (68) Numeric keypad 8 key
684 // VK_NUMPAD9 (69) Numeric keypad 9 key
[all …]
/external/e2fsprogs/ext2ed/
Dmain.c204 keypad(command_win, 1); in parser()
305 keypad(command_win, 1); in parser()
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P110 p2p_prov_disc <peer device address> <display|keypad|pbc> [join|auto]
116 us and "p2p_prov_disc 02:01:02:03:04:05 keypad" would request the peer
126 p2p_connect <peer device address> <pbc|pin|PIN#> [display|keypad]
138 used (e.g., 12345670). [display|keypad] is used with PIN method
140 from local display, keypad=PIN entered from peer display). "persistent"
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibevents.c539 #define EXTKEYPAD(keypad) ((scancode & 0x100)?(mvke):(keypad)) argument
/external/qemu/
Dcurses.c295 nodelay(stdscr, TRUE); nonl(); keypad(stdscr, TRUE); in curses_setup()
DCHANGES.TXT744 have a keypad, by using different keys..
/external/dropbear/libtomcrypt/notes/
Dtech0001.txt15 that do not occur at regular intervals [e.g. joypad/keypad input, network packets, etc...].
/external/chromium/chrome/browser/
Dglobal_keyboard_shortcuts_mac_unittest.mm56 // Test that the shortcuts that are generated by keypad number keys match the
/external/grub/grub/
Dasmstub.c177 keypad (stdscr, TRUE); in grub_stage2()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzEvents.m307 The keypad codes are re-setup here, because the loop above cannot
308 distinguish between a key on the keypad and a regular key. We maybe
/external/wpa_supplicant_8/hostapd/
DREADME-WPS112 config_methods=label display push_button keypad
/external/webkit/Tools/
DChangeLog-2011-02-1625653 Add support to all event senders for simulating keypad insert
25657 (EventSender::keyDown): Add support for generating keypad insert and print screen.
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-167403 … <rdar://problem/5497032> Can not enter accented characters using alt-numeric keypad (take two)
/external/webkit/Source/WebCore/
DChangeLog-2003-10-25409 a key press is on one of the numeric keypad keys.
DChangeLog-2010-12-0655720 keypad insert and delete keys.
88949 Emit the proper DOM keyCode for the print screen, keypad insert,
88950 and keypad delete keys.
DChangeLog-2005-08-2355474 (isKeypadEvent): Added. Uses virtual key codes to decide if a key event is a keypad
DChangeLog-2008-08-1066547 …Fix Enter (numeric keypad) charCode to match Return, as we check for it from keypress default hand…
DChangeLog-2010-01-2976003 Fix windowsKeyCodeForKeyEvent to determine wheter the event comes from the keypad.