diff options
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf b/remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf new file mode 100644 index 00000000..9c8a58fe --- /dev/null +++ b/remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "LocalKeyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "de" + Option "XkbVariant" "nodeadkeys" +EndSection |
