diff options
| author | Christian Rößler | 2013-06-27 17:19:00 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-06-27 17:19:00 +0200 |
| commit | f092088ccda6c396da469044f263a72bbb7d3aa5 (patch) | |
| tree | 60b17f5c87f4d08154c8697476da1a684cfe331b /remote/modules/german/data | |
| parent | Added setterm 64bit just for convenience (to kill that annoying console beep) (diff) | |
| download | tm-scripts-f092088ccda6c396da469044f263a72bbb7d3aa5.tar.gz tm-scripts-f092088ccda6c396da469044f263a72bbb7d3aa5.tar.xz tm-scripts-f092088ccda6c396da469044f263a72bbb7d3aa5.zip | |
German keytable configuration file for X include directory
Diffstat (limited to 'remote/modules/german/data')
| -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 |
