# $BSDnet$ # $UFP$ Section "InputClass" Identifier "Norwegian keyboards" # We really only need to match on keyboards # and force a value for XkbLayout, leaving # everything else to their default values. MatchIsKeyboard "true" # MatchDevicePath "/dev/kbdmux*" # MatchDevicePath "/dev/input/event*" # Driver "kbd" # Driver "libinput" # Option "XkbRules" "base" # Option "XkbRules" "evdev" # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" Option "XkbLayout" "no" EndSection # EOF