Jump to content

App blocking autoit


Recommended Posts

I've made a script to control FFXI on another computer, from my main, however, after I made the scripts, I discovered that FFXI is blocking the keypresses I setup with the HotKeySet() command, is there anyway to tell autoit to read all keypresses?

Thanks

Link to comment
Share on other sites

I've made a script to control FFXI on another computer, from my main, however, after I made the scripts, I discovered that FFXI is blocking the keypresses I setup with the HotKeySet() command, is there anyway to tell autoit to read all keypresses?

Thanks

I see 2 possible way to interpret your question:

1.) When the key is bound with hotkeyset, it isn't functioning like the key it is supposed to function as withouth the script(i.e. bind space to a function, then find out it doesn't send splace when you want it too).

2.) The funcitons that you set to hotkeys in your script are not functioning as you hope.

If you are talking about point 1, this is normal, and for a work-around, see _IsPressed

If it is point 2 you are talking about, then you will have to post the code you are having trouble with.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...