hi !
execute these commands in terminal...
Code:
xmodmap -e 'keycode 174=XF86AudioLowerVolume'
xmodmap -e 'keycode 176=XF86AudioRaiseVolume'
xmodmap -e 'keycode 160=XF86AudioMute'
bold values are keycodes of my Microsoft Standard Keyboard. i think these are same in all keyboards...if this works, save these commands in
~/.kde/env/keys.sh file.
in case, it doesn't work, execute this command in terminal
press special keys and note down there keycodes. assign functions using 'xmodmap' and save in keys.sh file.
casper