Home | History | Annotate | Download | only in adb

Lines Matching full:pressed

1470 // If a Ctrl key is pressed, lookup the character, ignoring the Ctrl key,
1574 // If uChar is set, a Ctrl key is pressed, and Right-Alt is
1575 // pressed, Left-Ctrl is almost always set, except if the user
1597 // about what is actually physically pressed.
1603 // If NumLock is on and Shift is pressed, SHIFT_PRESSED is not set in
1635 // Shift is pressed and NumLock is off
1638 // Shift is not pressed and NumLock is off, or,
1639 // Shift is pressed and NumLock is on, in which case we want the
1644 // If Shift is not pressed and NumLock is on, a different virtual key code
1664 if (_is_alt_pressed(control_key_state)) { // any alt key pressed
1667 if (_is_ctrl_pressed(control_key_state)) { // any control key pressed
1697 // Shift is pressed and NumLock is off
1705 // Shift is not pressed and NumLock is off, or,
1706 // Shift is pressed and NumLock is on, in which case we want the
1711 // If Shift is not pressed and NumLock is on, a different virtual key code
1953 // If Alt is pressed and it isn't Ctrl-Alt-ShiftUp, then
1993 // If Alt is pressed, then prefix with escape.