You are not logged in.
I am using Arch Linux with Qtile window manager.
I have a US Colemak-DH keyboard layout embedded inside
~/.bashrc.
setxkbmap us -variant colemak_dhHowever, when I plug in my external keyboard (ergodox ez) with its own keyboard layout mapped, I want to be able to switch back to US standard international layout on my keyboard using a keyboard shortcut.
Do I need to install a program to get this running?
In Windows, the equivalent would be to type WIN + TAB.
Last edited by prayner96 (2022-11-05 16:32:47)
Offline
You can configure multiple layouts and a toggle key:
https://wiki.archlinux.org/title/Xorg/K … rd_layouts
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Using progandy's guidance to the Arch Wiki, I was able to figure out the solution:
setxkbmap "us,us" -variant "intl,colemak_dh" -option grp:switch Offline