LinHES Forums http://forums.linhes.org/ |
|
keymap http://forums.linhes.org/viewtopic.php?f=22&t=35133 |
Page 1 of 1 |
Author: | cahlfors [ Sun Feb 16, 2025 4:04 am ] |
Post subject: | keymap |
I reinstalled one of my frontends recently, but the language and keyboard mapping settings did not "catch". Changing the displayed language can be done from the menu, but the keyboard mapping was not so easy. There are threads here, but they all refer to the old KnoppMyth times. I managed to figure it out and for my own memory and to help others in the same predicament, here is what I did: The proper way to do it is said to be: Code: #localectl set-x11-keymap se but that returns an error code 1 on my system.Instead, I created a file named /etc/X11/xorg.conf.d/00-keyboard.conf (as root) Put this in it: Code: Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" Option "XkbLayout" "se" EndSection Substitute "se" with the keyboard layout for the desired language/region, save and reboot. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |