* [gentoo-user] Point
@ 2014-04-12 13:07 DocRog
2014-04-12 15:10 ` Tom Wijsman
0 siblings, 1 reply; 5+ messages in thread
From: DocRog @ 2014-04-12 13:07 UTC (permalink / raw
To: gentoo-user
Hi,
gentoo-3.12.13 amd64
Logitech keyboard S510 cordless
Since an update (which one ???)
on my numpad the . becomes a ,
and this in all softwares: writer in LO, terminal,
thunderbird, etc.
How could i do to have again a . in the numpad ?
Thank you for your help.
Roger
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Point
2014-04-12 13:07 [gentoo-user] Point DocRog
@ 2014-04-12 15:10 ` Tom Wijsman
2014-04-12 16:21 ` DocRog
0 siblings, 1 reply; 5+ messages in thread
From: Tom Wijsman @ 2014-04-12 15:10 UTC (permalink / raw
To: gentoo-user
On Sat, 12 Apr 2014 15:07:57 +0200
DocRog <rcahn@club-internet.fr> wrote:
> Hi,
>
> gentoo-3.12.13 amd64
> Logitech keyboard S510 cordless
>
> Since an update (which one ???)
> on my numpad the . becomes a ,
> and this in all softwares: writer in LO, terminal,
> thunderbird, etc.
>
> How could i do to have again a . in the numpad ?
Your keymap might have changed.
You can set it back correctly using the following HOWTO:
https://wiki.gentoo.org/wiki/Localization/HOWTO#Keyboard_layout_for_the_console
--
With kind regards,
Tom Wijsman (TomWij)
Gentoo Developer
E-mail address : TomWij@gentoo.org
GPG Public Key : 6D34E57D
GPG Fingerprint : C165 AF18 AB4C 400B C3D2 ABF0 95B2 1FCD 6D34 E57D
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Point
2014-04-12 15:10 ` Tom Wijsman
@ 2014-04-12 16:21 ` DocRog
2014-04-22 19:46 ` Stefan Schmiedl
0 siblings, 1 reply; 5+ messages in thread
From: DocRog @ 2014-04-12 16:21 UTC (permalink / raw
To: gentoo-user
> You can set it back correctly using the following HOWTO:
> https://wiki.gentoo.org/wiki/Localization/HOWTO#Keyboard_layout_for_the_console
Thank you for your help, but I couldn't solve
my problem using the HOWTO.
Roger
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Point
2014-04-12 16:21 ` DocRog
@ 2014-04-22 19:46 ` Stefan Schmiedl
2014-04-22 21:05 ` DocRog
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schmiedl @ 2014-04-22 19:46 UTC (permalink / raw
To: gentoo-user
On Sat, 12 Apr 2014 18:21:57 +0200
DocRog <rcahn@club-internet.fr> wrote:
>
> > You can set it back correctly using the following HOWTO:
>
> > https://wiki.gentoo.org/wiki/Localization/HOWTO#Keyboard_layout_for_the_console
>
> Thank you for your help, but I couldn't solve
> my problem using the HOWTO.
> Roger
>
>
The following snippet from my .xsession file might give you a hint:
setxkbmap -option \
-option lv3:ralt_switch_multikey \
-option ctrl:ctrl_aa -option caps:ctrl_modifier \
-option keypad:legacy -option kpdl:dotoss
The final -option gives me a dot instead of a comma on the keypad.
s.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Point
2014-04-22 19:46 ` Stefan Schmiedl
@ 2014-04-22 21:05 ` DocRog
0 siblings, 0 replies; 5+ messages in thread
From: DocRog @ 2014-04-22 21:05 UTC (permalink / raw
To: gentoo-user
> The final -option gives me a dot instead of a comma on the keypad.
Thank you for your answer, but I have just got
the solution:
In /etc/X11/xorg.conf.d/10-evdev.conf I have:
Section "InputClass"
Identifier "keyboard"
Driver "evdev"
Option "XkbLayout" "fr"
Option "XkbModel" "pc105"
Option "XkbOptions" "compose:lwin,kpdl:dot"
MatchIsKeyboard "on"
kpdl:dot was the key to solve my problem
Regards
Roger
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-04-22 21:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-12 13:07 [gentoo-user] Point DocRog
2014-04-12 15:10 ` Tom Wijsman
2014-04-12 16:21 ` DocRog
2014-04-22 19:46 ` Stefan Schmiedl
2014-04-22 21:05 ` DocRog
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox