LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   xorg.conf does not control keyboard layout (https://www.linuxquestions.org/questions/linux-software-2/xorg-conf-does-not-control-keyboard-layout-466475/)

foxy123 07-22-2006 03:26 AM

xorg.conf does not control keyboard layout
 
I've got the following section in xorg.conf:

Code:

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "gb, us"
    Option        "XkbOptions" "grp:ctrl_shift_toggle"
    Option        "XkbVariant" ",winkeys"
EndSection

but I cannot switch between layouts with ctrl+shift :( any idea why it can be?

bathory 07-22-2006 07:55 AM

Quote:

Option "XkbLayout" "gb, us"
Change the above, to:
Code:

Option        "XkbLayout" "gb+us"
to see if it works.

foxy123 07-23-2006 07:39 AM

Quote:

Originally Posted by bathory
Change the above, to:
Code:

Option        "XkbLayout" "gb+us"
to see if it works.

no, it does not :(
thanks for your reply anyway


All times are GMT -5. The time now is 02:44 PM.