unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Keyboard layout options not working
@ 2023-12-07  9:48 Lars Rustand
  2023-12-07 10:28 ` Efraim Flashner
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Rustand @ 2023-12-07  9:48 UTC (permalink / raw)
  To: help-guix

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---


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-12-07 20:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07  9:48 Keyboard layout options not working Lars Rustand
2023-12-07 10:28 ` Efraim Flashner
2023-12-07 11:50   ` Hilton Chain
2023-12-07 12:28     ` Lars Rustand
2023-12-07 12:53       ` Lars Rustand
2023-12-07 13:46       ` Hilton Chain
2023-12-07 20:17         ` Lars Rustand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).