You are not logged in.
Changing the layout settings in Settings>Keyboard>Layout (after installing my language, EN UK), the change does not take effect.
Offline
Try
# apt install keyboard-configuration console-setup
# dpkg-reconfigure keyboard-configuration
# service keyboard-setup restart
Reference: https://wiki.debian.org/Keyboard
Brianna Ghey — Rest In Power
Offline
Thanks. When I run:
# service keyboard-setup restart
I get:
keyboard-setup: unrecognized service
I've set the keyboard to my locale (UK) but the @ and " keys are still in the wrong place.
Last edited by mongoosander (2022-03-12 19:27:29)
Offline
See 'man loadkeys' - I think it's loadkeys UK, but might be GB.
Offline
You didn't tell what DE you use, so assuming that you use XFCE as the Devuan's default DE, I think it's probably XFCE specific issue. Just tested it in MATE DE by adding UK layout and it works fine.
XFCE has a config file for keyboard layouts in ~/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml. Check out the contents of this file. I think it should have uk in the layout property field, something like this <property name="XkbLayout" type="string" value="uk"/>. Or <property name="XkbLayout" type="string" value="uk,us"/> if you have both UK and US layouts.
Last edited by Ermiq (2022-03-14 12:30:03)
Offline