LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux on Chromebook- switch keyboard layout with "capslock" (https://www.linuxquestions.org/questions/linux-newbie-8/linux-on-chromebook-switch-keyboard-layout-with-capslock-4175562736/)

stozi 12-30-2015 05:42 PM

Linux on Chromebook- switch keyboard layout with "capslock"
 
On the chromebook keyboard layout the capslock button is replaced with 133 Super_L. I'd like to use it to toggle keyboard layouts in both X and console. Here's my xorg config:

Code:

Section "InputClass"
        Identifier "system-keyboard"
        Option "XkbLayout" "dvorak,ru"
        Option "XkbModel" "chromebook"
        Option "XkbRules" "xorg"
        Option "XkbOptions" "grp:caps_toggle"
EndSection

none of the possible grp:x_toggle options work for me


All times are GMT -5. The time now is 11:14 PM.