You are not logged in.
I consulted the wiki here
https://wiki.archlinux.org/index.php/Ke … on_in_Xorg
and attempted to change my english keyboard layout to colemak
To change just the layout (-layout is the default flag):
$ setxkbmap colemak
I then get
Error loading new keyboard description
I have tried
setxkbmap dvorak
and that works fine. I have also tried
localectl --no-convert colemak
and checked my /etc/X11/xorg.conf.d/00-keyboard.conf to find
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "colemak"
EndSection
Can anyone point me in the right direction? I have recently put alot of effort into typing and would very much like to try this layout.
Thank you for your time.
Last edited by fait (2015-07-31 03:54:11)
Offline
If you work mostly in xwin environment,
I'd suggest to change the layout via your Desktop Environment.
Offline
Thank You, I figured it out in gnome
Last edited by fait (2015-07-31 03:53:46)
Offline
Hey if anyone is wondering how to do it through the terminal it should be this command:
$ setxkbmap us -variant colemak
At least on my system, hope that helps ![]()
Offline