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

/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c621 * @note Xkb takes precedence over byType takes precedence over byLayout,
623 * use. byLayout is the fallback, as it is likely to be partly usable
630 unsigned byLayout, byType, byXkb; local
632 byLayout = X11DRV_InitKeyboardByLayout(display);
634 *byLayoutOK = byLayout;
659 return (byLayout || byType || byXkb) ? 1 : 0;

Completed in 101 milliseconds