Searched defs:shifted (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c270 * characters it produces in its normal and its "shifted" state, and to look
343 char shifted = XKeycodeToKeysym(display, keyc, 1) & 0xFF; local
347 && ((*lkey)[keyn][1] == shifted)
368 if ((shifted > 32) && (shifted < 127)) {
369 str[1] = shifted;
372 keyc, str, unshifted, shifted));
379 if ((shifted > 32) && (shifted < 127)) {
380 str[1] = shifted;
[all...]

Completed in 42 milliseconds