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