Uk keyboard on kde wont work

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
 
Are using the X11 or the Wayland session? IIRC there was a problem setting keyboard layouts on the X11 one (and probably it has not been fixed).
 
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 :D
 
What you need to do is create a ~/.config/xkb directory
thats where you make the changes




This video is about Gnome but the same principle applies to other desktops

 
Back
Top