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 !
Replacing numeric keypad key comma with more usable dot
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Replacing numeric keypad key comma with more usable dot
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.
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.
Please add [Solved] to your thread title if the solution was found.
-
- White ninja
- Posts: 6
- Joined: 27 Jul 2014, 06:53
- Distribution: porteus kiosk 3.1.1
- Location: FRANCE
[Solved]
Thanks a lot fanthom !
Solution works perfectly !
I modified with the following code in the file /etc/xdg/openbox/autostart in the 003-settings.xml module :
Thanks again !
Solution works perfectly !
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 !
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Replacing numeric keypad key comma with more usable dot
glad to be of some help
thanks for sharing
thanks for sharing
Please add [Solved] to your thread title if the solution was found.