Quote:
Originally Posted by Maico
Can I use Autohotkey to assign buttons to a Microsoft Force Feedback stick?
|
Sure: you can use Autohotkey to define what will happen when you press a button of a Microsoft Force Feedback stick. The most simple example would be: assign something like
Ctrl+Alt+Shift+'b' to a function in IL-2 (e.g. "Flaps down"). Then write a Autohotkey-script in which you send
Ctrl+Alt+Shift+'b' whenever you press
button #8 on your stick (see
This Post for an example). It can get
much more sophisticated once you've worked yourself into Autohotkey.
Artist