[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: keyboard layout
From: |
pelzflorian (Florian Pelz) |
Subject: |
Re: keyboard layout |
Date: |
Tue, 7 Apr 2020 12:54:17 +0200 |
On Thu, Mar 19, 2020 at 01:52:28PM +0100, Adam Kandur via wrote:
>
> Hi guixers! i have a question. Sometimes i need to switch keyboard layout for
> writing messages. Currently i'm using this command
> setxkbmap -layout 'us,ru' -option 'grp:alt_shift_toggle,grp_led:scroll'
>
> How i can do something similar with config.scm definition?
>
Ludo fixed support for such layouts last week with commit
2729cb406d9f3e9eb22cc660f887138134edb3a8. He added an example to the
manual:
;; Arabic layout with "Alt-Shift" to switch to US layout.
(keyboard-layout "ar,us" #:options '("grp:alt_shift_toggle"))
Regards,
Florian
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: keyboard layout,
pelzflorian (Florian Pelz) <=