Displaying 2 results from an estimated 2 matches for "xdotool".
Did you mean:
otool
2010 Jul 17
2
SendEvent
Had a question about Wine ignoring the X11 SendEvent method, specifically for something using "xdotool" as follows:
"xdotool type --window $wineWindow test"
Basically, I would like to know if it is possible to configure or recompile wine to accept and act upon events received in the above manner; and if it is possible, how can I do it?
Currently, any input in such a manner is ignor...
2011 Apr 07
0
python for game menus needing mouse but with mwo=force
#
#
# WHY DID WRITE SCRIPT ? : GAMES !
# WINETRICKS MWO=FORCE but want to use GAME MENUS with MOUSE
# example SWAT4 , need to use menu in game to start shooting baddies !! but need MWO=FORCE in game ??
#
# PLATFORM : linux
# REQUIRES : python python-xlib xdotool
# AUTHOR : terry.cadd at gmail.com
# DATE : Thu Apr 7 22:28:38 BST 2011
# VERSION : 1
#
# USAGE :
# start this script then play the game
# numpad moves mouse , 4 left , 6 right , 8 up , 2 down , 5 clicks mouse
# numpad enter exits script
#
# values for key_up , key_left , key_down , key_right...