Rank: Guest Groups: Guest
Joined: 6/10/2007 Posts: 437 Points: -4,780
|
I am so happy to have your bluetooth remote application. Now i can sit in my sofa and control the laptop connected and kept near to the hdtv.
I am trying to configure the software for the new game 'Race driver Grid'. I am trying to simulate the 'return' and 'escape' keypress in the game.
The game is unfortunately not taking it. However if I do an Alt+Tab, and then try sending the return, the window switches back to the game showing that its actually trying to send the return, but its somehow only sent to the window, not into the game itself. So i am not able to navigate in the game.
here is the xml i tried, hope you may help me out.
<application id="GRID" name="GRID" windowClass="" windowName="" processName="GRID"> <command id="Escape" name="Escape" defaultVKey="Enter" vkey="Escape" mod="" /> <command id="Select" name="Select" defaultVKey="Right" vkey="Enter" mod="" /> </application>
|