diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:49:50 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:49:50 +0200 |
commit | 11342ab0429a070a0c7307e924e9ea1995c53f02 (patch) | |
tree | ff19b7ad2b1ef94fcddfbdcdc9cc6b3c860d4888 /base/aaabasicfs/10-keyboard.conf | |
parent | bec72457114fe2854a10248ef360692ecbd93e26 (diff) | |
download | nutyx-extra-11342ab0429a070a0c7307e924e9ea1995c53f02.tar.gz nutyx-extra-11342ab0429a070a0c7307e924e9ea1995c53f02.tar.bz2 nutyx-extra-11342ab0429a070a0c7307e924e9ea1995c53f02.tar.xz nutyx-extra-11342ab0429a070a0c7307e924e9ea1995c53f02.zip |
aaabasifs, ajout de 10-keyboard.conf
Diffstat (limited to 'base/aaabasicfs/10-keyboard.conf')
-rw-r--r-- | base/aaabasicfs/10-keyboard.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/base/aaabasicfs/10-keyboard.conf b/base/aaabasicfs/10-keyboard.conf new file mode 100644 index 000000000..f6d9619fb --- /dev/null +++ b/base/aaabasicfs/10-keyboard.conf @@ -0,0 +1,9 @@ +Section "InputClass" + Identifier "Generic Keyboard" + Driver "evdev" + Option "CoreKeyboard" + Option "XkbRules" "xorg" + Option "XkbModel" "pc105" + Option "XkbLayout" "fr" + Option "XkbOptions" "grp:alt_shift_toggle" +EndSection |