I was looking for a way to control the volume direct from the keyboard without having to pull out the stylus. Since I just installed Keyhelper, I stumbled across a program that allows one to control the volume by mapping the application to certain keys.
If you have Keyhelper already installed, download the tkvol program:
http://tkmixi.s58.xrea.com/?plugin=attach&...ipk&refer=TKvolI set the keys so that the volume increases with a SHIFT + UP ARROW; decreases with SHIFT + DOWN ARROW; and mutes with SHIFT + MENU. You can set the keys to whatever you like, provided that you are familiar with the workings of Keyhelper.
To your keyhelper.xml file, add the following:
<extensions>
<define key=\"All\" kind=\"launch\">
<modifier Shift=\"On\"/>
</define>
</extentions>
To your keyhelper.conf file, add the following:
[Launch]
Down = @exec{TAB}/home/QtPalmtop/bin/tkvol -10
Up = @exec{TAB}/home/QtPalmtop/bin/tkvol +10
F11 = @exec{TAB}/home/QtPalmtop/bin/tkvol 0
Please note that you must insert a tab (not the letters {TAB} in the place between @exec and /home/QtPalmtop/bin/tkvol... After you\'ve made these changes using a text editor, you will need to restart the Keylauncher program by issuing the following command from the terminal:
khctl reload
When it works, the volume applet changes to automatically reflect the volume change and a brief message appears in the icon bar.
Hooray!