VirtualBox

Changeset 44783 in vbox for trunk/src/VBox/Frontends/Common


Ignore:
Timestamp:
Feb 21, 2013 2:53:31 PM (12 years ago)
Author:
vboxsync
Message:

FE/Common/VBoxKeyboard: really use the method which works best for us, not always XKB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard.c

    r44765 r44783  
    638638        *byXkbOK = byXkb;
    639639
     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
    640649    /* Remap keycodes after initialization. Remapping stops after an
    641650       identity mapping is seen */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette