summaryrefslogtreecommitdiffstats
path: root/base/aaabasicfs/10-keyboard.conf
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-25 18:49:50 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-25 18:49:50 +0200
commit11342ab0429a070a0c7307e924e9ea1995c53f02 (patch)
treeff19b7ad2b1ef94fcddfbdcdc9cc6b3c860d4888 /base/aaabasicfs/10-keyboard.conf
parentbec72457114fe2854a10248ef360692ecbd93e26 (diff)
downloadnutyx-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.conf9
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