Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Question to keyboard special keys / logitech ex 110
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
saphear
n00b
n00b


Joined: 23 Apr 2004
Posts: 34

PostPosted: Fri Oct 12, 2007 7:36 am    Post subject: Question to keyboard special keys / logitech ex 110 Reply with quote

Hello together,

I wonder if someone can help get the special keys of my Logitech Cordless Desktop Ex 110 working the way I want it :)

here is what I want:
The keyboard got 12 special keys, most of them shown as multimedia keys like "start/pause", "stop", "forward" "backward" etc..thats mostly the purpose I want to use them for.

With xev I collected the keycodes, except for one key all seem to be recognized. Now I want them to use as a global shortcut in amarok, but don't know how to do that.

How do I tell amarok what key it is?

Same problem with "mute" / "unmute" toggeling and "volume up" "volume down"...

can someone tell me where to go from here?

thanks
cheers
Back to top
View user's profile Send private message
saphear
n00b
n00b


Joined: 23 Apr 2004
Posts: 34

PostPosted: Fri Oct 12, 2007 8:00 am    Post subject: Reply with quote

hmm k...tried a non logitech ex 110 specific search and found:
http://gentoo-wiki.com/HOWTO_Use_Multimedia_Keys

sorry for the trouble. but there is another problem now:

my xmodmap tells me:
Quote:

xmodmap .Xmodmap
Warning: Only changing the first 7 of 11 buttons.


and I dont know why..

any ideas?
my .Xmodmap looks like this:
Code:

pointer = 1 2 3 4 5 6 7
keycode 234 = XF86Back
keycode 162 = XF86AudioPlay
keycode 164 = XF86AudioStop
keycode 144 = XF86AudioPrev
keycode 153 = XF86AudioNext
keycode 160 = XF86AudioMute
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 236 = XF86Mail
keycode 178 = XF86WWW
keycode 161 = XF86Calculator


thanks :)
Back to top
View user's profile Send private message
absoluteflatness
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jan 2007
Posts: 138
Location: Blacksburg or Falls Church, VA

PostPosted: Fri Oct 12, 2007 10:54 am    Post subject: Reply with quote

That message is complaining about your "pointer = 1 2 3 4 5 6 7" line. Basically, it's saying it detected 11 buttons on your mouse, and you only specified 11. Even if your mouse doesn't have 11 buttons, X sometimes detects more.

You can fix this in one of two (or three) ways.

1. replace the pointer line with "pointer = 1 2 3 4 5 6 7 8 9 10 11". This will specify each of the 11 buttons.

2. remove the pointer line altogether. The only point of having a "pointer =" statement in Xmodmap is if you're trying to re-arrange your mouse buttons. Obviously, you aren't, because you've specified your buttons in their normal order, so removing the line should be harmless.

3. just ignore the xmodmap error. It won't do any harm, it's just letting you know that buttons 8-11 are being left as they were.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum