So when i press shift+2 it gives me @ and when i press shift+@ it gives me " xd..has anyone experienced this? and i set in keyboard settings layout to english uk keyboard
You can still use setxkbmap(1), but it's just a workaround. Consider giving the Wayland session a try; it's pretty mature (and it's where all the development is done).
Wayland dosent work for me or i am doing something wrong..so i used this method for x11: 1. sudo mkdir -p /usr/local/etc/X11/xorg.conf.dsudo 2. nano /usr/local/etc/X11/xorg.conf.d/00-keyboard.conf and then:
Section "InputClass"
Identifier "English UK Keyboard"
MatchIsKeyboard "on"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection and this works it only configures the keyboard layout used by x11 but im curious..how to get wayland to work?? last time i tried it i didnt managed to get to sddm..i use nvidia rtx2060 and i had issued with wayland..ill wait a bit till this gets polished..but ill consider it
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.