Gentoo Archives: gentoo-user

From: DocRog <rcahn@×××××××××××××.fr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Point
Date: Tue, 22 Apr 2014 21:05:55
Message-Id: 5356D9A7.9050405@club-internet.fr
In Reply to: Re: [gentoo-user] Point by Stefan Schmiedl
1 > The final -option gives me a dot instead of a comma on the keypad.
2
3 Thank you for your answer, but I have just got
4 the solution:
5
6 In /etc/X11/xorg.conf.d/10-evdev.conf I have:
7
8
9 Section "InputClass"
10 Identifier "keyboard"
11 Driver "evdev"
12 Option "XkbLayout" "fr"
13 Option "XkbModel" "pc105"
14 Option "XkbOptions" "compose:lwin,kpdl:dot"
15 MatchIsKeyboard "on"
16
17 kpdl:dot was the key to solve my problem
18 Regards
19 Roger