Hilton Chain writes:
> The keyboard-layout field of operating-system is solely for console
> use (used by GRUB, and later loaded via loadkeys when booting). So
> you'll have to pass a record to the keyboard-layout
> field of your xorg-configuration.
Thanks, this worked! I was not aware that t
On Thu, 07 Dec 2023 20:28:02 +0800,
Lars Rustand wrote:
>
>
> Hilton Chain writes:
> > In (gnu system keyboard), keyboard-layout is defined as:
> >
> > (keyboard-layout name (variant) (#:model) (#:options))
> >
> >
> > So the following should be used instead:
> >
> > (keyboard-layout "us" "no" #:o
Lars Rustand writes:
>> (keyboard-layout "us" "no" #:options '("grp:switch"))
>
> I tried the above, but I get this following errror:
>
> error: (keyboard-layout "us" "no" #:options (quote ("grp:switch"))): invalid
> field specifier
I see I have made an error in the above, I pasted that direc
Hilton Chain writes:
> In (gnu system keyboard), keyboard-layout is defined as:
>
> (keyboard-layout name (variant) (#:model) (#:options))
>
>
> So the following should be used instead:
>
> (keyboard-layout "us" "no" #:options '("grp:switch"))
I tried the above, but I get this following errror:
Hi Efraim and Lars,
On Thu, 07 Dec 2023 18:28:53 +0800,
Efraim Flashner wrote:
>
> On Thu, Dec 07, 2023 at 10:48:11AM +0100, Lars Rustand wrote:
> > Hello, I'm trying to set the keyboard-layout options in my system config. I
> > have set the following:
> >
> > -8<---cut here
On Thu, Dec 07, 2023 at 10:48:11AM +0100, Lars Rustand wrote:
> 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:sw
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--