Page 1 of 1

Replacing numeric keypad key comma with more usable dot

Posted: 15 Sep 2014, 12:08
by lorenzo33
Hi the Comunity !

I trying to replacing numeric keypad key comma with dot but i don't know which configuration file to change.

Actually, i'm using the french keybord layer.

Please help me ! :Search:

Re: Replacing numeric keypad key comma with more usable dot

Posted: 15 Sep 2014, 20:29
by fanthom
xmodmap is included in kiosk so i would go with it as per:
https://wiki.archlinux.org/index.php/xmodmap
http://xahlee.info/linux/linux_xmodmap_tutorial.html
(more howtoos on google)

once you find correct 'xmodmap' command syntax you may add it to 003-settings.xzm/etc/xdg/openbox/autostart.

btw: moving thread to the 'User's modifications to the Kiosk ISO' category.

[Solved]

Posted: 16 Sep 2014, 10:20
by lorenzo33
Thanks a lot fanthom ! :beer:

Solution works perfectly :good: !

I modified with the following code in the file /etc/xdg/openbox/autostart in the 003-settings.xml module :

Code: Select all

xmodmap -e 'keycode 91 = KP_Delete KP_Decimal'


Thanks again !

Re: Replacing numeric keypad key comma with more usable dot

Posted: 16 Sep 2014, 20:08
by fanthom
glad to be of some help :)

thanks for sharing