Hi
i would like to create a „go to reverse“ action.
so when i press a button on the steering wheel, simhub shall send 8 times a keyboard press.
how would i be able to achieve this?
i thought about autohotkey in conjunction with the shell plugin.
but i have no idea how the code should look like.
i am also using the bridge control mapper
Hi
i would like to create a „go to reverse“ action.
so when i press a button on the steering wheel, simhub shall send 8 times a keyboard press.
how would i be able to achieve this?
i thought about autohotkey in conjunction with the shell plugin.
but i have no idea how the code should look like.
<a href=" removed link " target="_blank" rel="noopener">among us online
i am also using the bridge control mapper
To create a "go to reverse" action in SimHub, use the Custom Actions feature. You can bind a button on your steering wheel to trigger a script that sends 8 consecutive keyboard presses.
- Use the "Custom Actions" Tab in SimHub to create a new action.
- Write a small script in AutoHotkey to send the key presses.
- Use the Shell Plugin in SimHub to call the AutoHotkey script.