Hi, thankyou for your help,
this is the output of "xev | grep button" when pushing extra buttons on mouse and imwheel is not running:
Code:
:~$xev | grep button
state 0x10, button 8, same_screen YES
state 0x10, button 8, same_screen YES
state 0x10, button 9, same_screen YES
state 0x10, button 9, same_screen YES
state 0x10, button 10, same_screen YES
state 0x10, button 10, same_screen YES
state 0x10, button 11, same_screen YES
state 0x10, button 11, same_screen YES
state 0x10, button 12, same_screen YES
state 0x10, button 12, same_screen YES
It recognices all butons perfectly and works Thumb1 and Tumb2 as forward and back.
This is the output when run comand: imwheel -b "0 0 0 0 8 9 10 11 12"
and push the same buttons
Code:
~$ xev | grep button
state 0x10, button 10, same_screen YES
state 0x10, button 10, same_screen YES
Only recognices second wheel turning right, the others don't print anything.
if try the output of xev without filtering it with "grep button" it is always the same for all the extra buttons:
Code:
KeymapNotify event, serial 36, synthetic NO, window 0x0,
keys: 4294967219 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
MotionNotify event, serial 36, synthetic NO, window 0x4c00001,
root 0xb3, subw 0x0, time 9699225, (130,107), root:(133,162),
state 0x10, is_hint 0, same_screen YES
trying whith the Alt key the result of xev i think is ok
Code:
KeyPress event, serial 36, synthetic NO, window 0x4c00001,
root 0xb3, subw 0x0, time 9077498, (910,551), root:(913,606),
state 0x10, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
I have try this configuration on another computer with same result,
my version of imwheel is: imwheel 1.0.0pre12 by -=<Long Island Man>=- <jcatki@jcatki.no-ip.org>
I don't know what to try
Bookmarks