Jump to content

Mudfly

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Antoine, Could you let me know how to run Autohotkey and DCS in administrator mode (I use DCS through Steam)? Also, is there a way to verify it's working? I right-clicked on the Autohotkey icon and clicked run as administrator, but it simply started the program. Thanks.
  2. Thanks for the reply. I tried using your syntax with different letters and functions and nothing worked while in DCS (worked fine outside of it though). I think there's something weird going on with my system, since other people seem to use autohotkey scripts just fine.
  3. Hi all, I tried posting this message under another category, but someone suggested I post it here, so that's what I'm doing. For those of you familiar with autohotkey, perhaps you can help me out. I'm setting up an autohotkey sequence to press and release a series of keys. Here's the beginning of the script (the full script is much longer, but essentially involves more of the same). `:: Send {1 down} Sleep 500 Send {1 up} Sleep 500 Send {2 down} Sleep 500 Send {2 up} Sleep 500 Send {3 down} Sleep 500 Send {3 up} When the ` is pressed in any document, it works fine, giving 1, 2, then 3. But when the ` key is pressed while in DCS (in the A10C), nothing happens. If I press 1, 2, and 3, the functions associated with pressing them take place normally (I've tried varying the functions, but it doesn't really matter what they are, there's no response). Any suggestions?
  4. Hi all, For those of you familiar with autohotkey, perhaps you can help me out. I'm setting up an autohotkey sequence to press and release a series of keys. Here's the beginning of the script (the full script is much longer, but essentially involves more of the same). `:: Send {1 down} Sleep 500 Send {1 up} Sleep 500 Send {2 down} Sleep 500 Send {2 up} Sleep 500 Send {3 down} Sleep 500 Send {3 up} When the ` is pressed in any document, it works fine, giving 1, 2, then 3. But when the ` key is pressed while in DCS (in the A10C), nothing happens. If I press 1, 2, and 3, the functions associated with pressing them take place normally (I've tried varying the functions, but it doesn't really matter what they are, there's no response). Any suggestions?
×
×
  • Create New...