Searched refs:keypad (Results 1 – 19 of 19) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/win/ |
D | WebInputEventFactory.cpp | 47 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/ |
D | WebEventFactory.mm | 666 // 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/ |
D | main.c | 204 keypad(command_win, 1); in parser() 305 keypad(command_win, 1); in parser()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 110 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/ |
D | SDL_dibevents.c | 539 #define EXTKEYPAD(keypad) ((scancode & 0x100)?(mvke):(keypad)) argument
|
/external/qemu/ |
D | curses.c | 295 nodelay(stdscr, TRUE); nonl(); keypad(stdscr, TRUE); in curses_setup()
|
D | CHANGES.TXT | 744 have a keypad, by using different keys..
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0001.txt | 15 that do not occur at regular intervals [e.g. joypad/keypad input, network packets, etc...].
|
/external/chromium/chrome/browser/ |
D | global_keyboard_shortcuts_mac_unittest.mm | 56 // Test that the shortcuts that are generated by keypad number keys match the
|
/external/grub/grub/ |
D | asmstub.c | 177 keypad (stdscr, TRUE); in grub_stage2()
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzEvents.m | 307 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/ |
D | README-WPS | 112 config_methods=label display push_button keypad
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 25653 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/ |
D | ChangeLog-2009-06-16 | 7403 … <rdar://problem/5497032> Can not enter accented characters using alt-numeric keypad (take two)
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 409 a key press is on one of the numeric keypad keys.
|
D | ChangeLog-2010-12-06 | 55720 keypad insert and delete keys. 88949 Emit the proper DOM keyCode for the print screen, keypad insert, 88950 and keypad delete keys.
|
D | ChangeLog-2005-08-23 | 55474 (isKeypadEvent): Added. Uses virtual key codes to decide if a key event is a keypad
|
D | ChangeLog-2008-08-10 | 66547 …Fix Enter (numeric keypad) charCode to match Return, as we check for it from keypress default hand…
|
D | ChangeLog-2010-01-29 | 76003 Fix windowsKeyCodeForKeyEvent to determine wheter the event comes from the keypad.
|