View previous topic :: View next topic |
Author |
Message |
readme.txt Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 11 Oct 2005 Posts: 147
|
Posted: Mon Aug 28, 2006 4:35 am Post subject: configure extra buttons on keyboard and mouse[SOLVED] |
|
|
I have one of those logitech keyboard mouse combos with all the bells and whistles. All basic functions work, but not any of the extra buttons. I read somewhere on the forum that imwheel could be used for the mouse, but is not needed with the new xorg 7. So that brings me to the question, what is the current method of programming extra buttons for the mouse and keyboard?
Last edited by readme.txt on Mon Aug 28, 2006 9:15 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
celestialwizard Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/BaldursGate/baldursgate_edwin.gif)
Joined: 15 Jun 2006 Posts: 81 Location: Brisbane, Australia
|
Posted: Mon Aug 28, 2006 4:56 am Post subject: |
|
|
Xev will probably be of great assistance to you.
For example you might end up with something like
Code: |
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 160 = XF86AudioMute
|
Also, there is this http://gentoo-wiki.com/HOWTO_Use_Multimedia_Keys that goes through a lot. _________________ I may be a hardware bigot, but my stuff works
Last edited by celestialwizard on Tue Aug 29, 2006 4:08 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
readme.txt Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 11 Oct 2005 Posts: 147
|
Posted: Mon Aug 28, 2006 9:15 am Post subject: |
|
|
Thanks! just what i was looking for! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|