General TC > International Talk
[SOLVED] us international keyboard map: how to load it at startup
Juanito:
For the console:
--- Code: ---tce-load -i kmaps
loadkmap < /usr/share/kmap/dk.kmap
--- End code ---
For Xorg, something analgous to this:
--- Code: ---cat /usr/local/share/X11/xorg.conf.d/10-keyboard.conf
Section "InputClass"
Identifier "keyboard defaults"
MatchIsKeyboard "on"
Option "XkbModel" "pc104alt"
Option "XkbLayout" "gb"
Option "XKbOptions" ""
EndSection
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version