View Single Post
  #1318  
Old 11-19-2007, 04:34 PM
jschell jschell is offline
Senior Member
 
Join Date: Nov 2005
Posts: 179
Default Re: Full Tilt Shortcuts - new ahk script

Edit: This may be related to what Powers_That_Be is seeing:

I have been trying to set up an AHK script to remap my gamepad to assign buttons to the shortcuts that FTS is expecting. For example, I'm trying to make d-pad right send the F10 key, while FTS is set to move focus to the next table to the right with F10. Directly pressing F10 works, but using d-pad right doesn't work. This method works in TableNavigator (doing "Send, {F10}" or "SendRaw, {F10}" or "SendInput, {F10}" when d-pad right is pressed in my AHK script), but not with FTS.
Reply With Quote