Changeset 44783 in vbox for trunk/src/VBox/Frontends/Common
- Timestamp:
- Feb 21, 2013 2:53:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard.c
r44765 r44783 638 638 *byXkbOK = byXkb; 639 639 640 /* Fall back to the one which did work. */ 641 if (!byXkb) 642 { 643 if (byType) 644 X11DRV_InitKeyboardByType(display); 645 else 646 X11DRV_InitKeyboardByLayout(display); 647 } 648 640 649 /* Remap keycodes after initialization. Remapping stops after an 641 650 identity mapping is seen */
Note:
See TracChangeset
for help on using the changeset viewer.