Xorg keyboard setup and default KEYMAP in vconsole.

This commit is contained in:
Linus Miller 2015-11-14 16:16:25 +01:00
parent 05a52f726a
commit 8ca14d590d
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Driver "evdev"
Option "XkbLayout" "us,se"
Option "XkbModel" "evdev"
Option "XkbVariant" ""
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection

1
etc/vconsole.conf Normal file
View File

@ -0,0 +1 @@
KEYMAP="us"