Comment 10 for bug 211892

Revision history for this message
Barry Warsaw (barry) wrote :

Hi Bryce,

Sorry for being an idiot, but I'm not entirely clear (and man kbd doesn't really help) on how to translate setxkbmap -print to xorg.conf settings. Here's the output:

% setxkbmap -print
xkb_keymap {
 xkb_keycodes { include "xfree86+aliases(qwerty)" };
 xkb_types { include "complete" };
 xkb_compat { include "complete" };
 xkb_symbols { include "pc+us+ctrl(swapcaps)" };
 xkb_geometry { include "microsoft(elite)" };
};

and my current xorg.conf excerpt:

Section "InputDevice"

    # generated from default
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "XkbModel" "microsoftelite"
EndSection

Thanks for your help!