Hi all,
I am trying to set my mouse's scroll wheel to do a:
control+t when right tilting
and:
control+w when left tilting
I ran XEV and it said that right tilt is button 7 and left tilt is button 6 on my logitech mx1100 mouse.
My xbindkeysrc file looks like this:
I am sure xbindkeys is running since I can see it from the htop process viewer.
What am I doing wrong? With the config above nothing happens. I am using Jaunty. Thanks.
I am trying to set my mouse's scroll wheel to do a:
control+t when right tilting
and:
control+w when left tilting
I ran XEV and it said that right tilt is button 7 and left tilt is button 6 on my logitech mx1100 mouse.
My xbindkeysrc file looks like this:
Code:
"/usr/bin/xvkbd -xsendevent -text "\[ctrl]\[t]"" m:0x10 + b:7 "/usr/bin/xvkbd -xsendevent -text "\[ctrl]\[w]"" m:0x10 + b:6
What am I doing wrong? With the config above nothing happens. I am using Jaunty. Thanks.
Comment