You are not logged in.
Pages: 1
well after trying to figure out how to make my multimedia keys work I did it...
here's what I did:
when we hit a key and it doesn't show a keycode with xev, we can try #dmesg, at the end, will appear the key, then we have to set the keycode
e.g. In a terminal type:
setkeycodes e001 156
NOTE. Do this in a script preferently, I did mine in /etc/rc.d/kbd
setkeycodes e001 151
setkeycodes e002 152
setkeycodes e003 153
setkeycodes e004 154
then run it from rc.local
#!/bin/sh
#
# /etc/rc.local: Local multi-user startup script.
#
/etc/rc.d/kbd
This is for everytime you reboot all will be in its place.
Finally, u have to run xev, look for the codes hitting the key and setting in your Xmodmap file.
I hope it helps you.
[DESKTOP]
Offline
I'm going to try that. I gave up a long time ago how to get my multimedia buttons to work on my I8200. Lineak couldn't get them to work either even after figuring out how to use it :oops: I'll report back once I try it
EDIT: Thanks, got it working finally!!!
Offline
How to bind the keycode to an event, f.e. adjust volume, and how about an wiki entry. I am the wiki reminder, finally.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
I'm going to try that. I gave up a long time ago how to get my multimedia buttons to work on my I8200. Lineak couldn't get them to work either even after figuring out how to use it :oops: I'll report back once I try it
EDIT: Thanks, got it working finally!!!
GNOME 2.10 has excellent support for multimedia keys and scans keycodes automatically. All you do is go to Keyboard Shortcuts under peferences and click on the one you want. For example you can scroll down to the Play option and it will ask you to enter the key .. you just push the multimedia key and it detects and uses it. Has options for just about all of them, forward, back, stop, volup, voldown, mute and lots more including email and www.
Its just too bad that KDE touting all of its features have missed tiny things like this.
Offline
I'm going to try that. I gave up a long
Its just too bad that KDE touting all of its features have missed tiny things like this.
I dont know what you are talking about... Im using both KDE and GNOME on my Inspiron 8100, and by default the volume up/volume down just work, without having to manually assign them to do that function...
Offline
Pages: 1