help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Keyboard layout options not working


From: Lars Rustand
Subject: Keyboard layout options not working
Date: Thu, 07 Dec 2023 10:48:11 +0100
User-agent: mu4e 1.10.8; emacs 30.0.50

Hello, I'm trying to set the keyboard-layout options in my system
config. I have set the following:

-8<---------------cut here---------------start------------->8---
(keyboard-layout (keyboard-layout "us,no" #:options '("grp:switch")))
-8<---------------cut here---------------end--------------->8---

The above seems to have no effect. However, the same option works fine
when used with setxkbmap like this:

-8<---------------cut here---------------start------------->8---
setxkbmap us,no -option 'grp:switch'
-8<---------------cut here---------------end--------------->8---

It also works fine if set in `/etc/X11/xorg.conf.d/00-keyboard.conf`
like this:

-8<---------------cut here---------------start------------->8---
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,no"
        Option "XkbOptions" "grp:switch"
EndSection
-8<---------------cut here---------------end--------------->8---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]