aboutsummaryrefslogtreecommitdiff
path: root/keyboards/etc/X11/xorg.conf.d/typematrix.conf
blob: 503aa9f33f505857312230c0d044556d73b50944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Section "InputClass"
        # Identifiant que l'on peut choisir soi-même
        Identifier "Typematrix Bepo"
 
        MatchIsKeyboard "on"
        MatchVendor     "TypeMatrix.com"
        MatchProduct    "USB Keyboard"
 
        # Le nom de périphérique correspond au nom que l'on a donné via udev
#        MatchDevicePath "/dev/input/typematrix*"
 
        # On choisit la disposition fr-bépo
        Option "XkbModel"  "pc105"
   		Option "XkbLayout" "fr"
        Option "XkbVariant" "bepo"
EndSection