On Wed, Jul 05, 2017 at 06:34:58PM -0700, J. Eppler wrote:
> Awesome, That works. Thanks. However, how can I change the keyboard
> layout very fast between to different layouts. Basically, just with a
> shortcut? Any idea?

I configure this in /etc/X11/xorg.conf.d/20-keyboard.conf on dom0:

Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"

        # Primary layout:    US
        # Secondary layout:  Swedish
        Option "XkbLayout"   "us,se"

        # Both shifts        Switch to next layout
        # Right Alt          Toggle next layout while pressed
        Option "XkbOptions"  "grp:shifts_toggle,grp:switch"
EndSection


As you can see in the comments, I have layout switching bound to
pressing Left Shift + Right Shift together. I also use AltGr to
temporarily switch to the next layout while key is pressed.

There is a list of available values for XkbOptions here:

        /usr/share/X11/xkb/rules/base.lst


Kind regards,

-- noor

|_|O|_|
|_|_|O|  Noor Christensen                                  
|O|O|O|  n...@fripost.org ~ 0x401DA1E0

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20170706083827.nnrq7ode7yzuyqa6%40mail.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to