Enabling laptops special keys under KDE
To enable the special keys (Volume Up-Down, Mute) on my Lenovo 3000 N200, installed kmilo package:
sudo apt-get install kmilo
But there is a bug at Debian for kmilo (bug#396622), because of this, i have to install xkeycaps package to map the special keys manually:
sudo apt-get install xkeycaps
Then paste this key bindings in the ~/.Xmodmap file:
keycode 129 = XF86AudioMedia
keycode 144 = XF86AudioPrev
keycode 153 = XF86AudioNext
keycode 160 = XF86AudioMute
keycode 161 = XF86Calculator
keycode 162 = XF86AudioPause
keycode 164 = XF86AudioStop
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 223 = XF86Standby
And finally, give this command:
xmodmap .Xmodmap
That's it. Enjoy :)
- 0 Comment
- Selcuk Miynat
- 03 Sep 2008, 21:54
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
