View previous topic :: View next topic |
Author |
Message |
z49x2vmq n00b

Joined: 21 Oct 2004 Posts: 14
|
Posted: Tue Feb 22, 2005 9:19 pm Post subject: MX1000 |
|
|
I have two question about MX1000
first, not all mouse buttons work in the games like Enemy Territory and Americas Army.
All buttons work in other applications. By the way, I set them up with combination of "xbindkeys" and "xvkbd"
Is it because of the games don't support?
Sencond, sometimes mouse pointer just warp to the top of the screen. This is really annoying in the game. |
|
Back to top |
|
 |
Arainach l33t


Joined: 08 Jul 2004 Posts: 609
|
|
Back to top |
|
 |
z49x2vmq n00b

Joined: 21 Oct 2004 Posts: 14
|
Posted: Wed Feb 23, 2005 3:20 pm Post subject: |
|
|
Sorry I've tried them already. |
|
Back to top |
|
 |
elvisthedj Guru


Joined: 21 Jun 2004 Posts: 483 Location: Nampa, ID
|
Posted: Mon Feb 28, 2005 2:28 am Post subject: Well.. |
|
|
Believe it or not, I don't have either of the games you're talking about, but I would assume that if you can see all of your buttons in xev, you should be able to make use of them in anything. Maybe it's having your buttons bound to multiple keys that is the problem. (like, instead of sending button3 in your game, your sending CTRL_L Page up or something). If you're seeing all your buttons correctly (uniquely) in xev, you could always edit the script that starts your games to 'killall xbindkeys' in the beginning and start it back up after you're out. Or you could kill it, load a different ~/.xbindkeysrc and restart it before starting the game.
What'd u do with all your buttons anyway??
Code: |
"xvkbd -xsendevent -text "\[Control_L]\[w]""
m:0x10 + b:2
"xvkbd -xsendevent -text "\[Alt_L]\[Left]""
m:0x10 + b:11
"xvkbd -xsendevent -text "\[Alt_L]\[Right]""
m:0x10 + b:12
"xvkbd -xsendevent -text "\[Control_L]\[Page_Up]""
m:0x10 + b:6
"xvkbd -xsendevent -text "\[Control_L]\[Page_Down]""
m:0x10 + b:7
"xvkbd -xsendevent -text "\[Control_L]\[t]""
m:0x10 + b:8
|
|
|
Back to top |
|
 |
|