Dolphin, the GameCube and Wii emulator - Forums

Full Version: AutoHotKeys Support for Dolphin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Varriount

I am currently playing Legend of Zelda - Wind Waker, and would like to implement certain key combinations using autohotkeys (Certain songs, etc). Unfortunately, it seems that using the Send, SendPlay, or SendInput commands are not sending key events to Dolphin correctly, as nothing happens when I run the script. Is there any other way to get autohotkeys working with dolphin, or any other equivalent utility that works?
The keys need to be held down when the controller is polled, which happens every 1/60 of a second (in this case every other input is ignored). Just sending a keystroke won't work, unless the controller happens to be polled at that exact instant. As long as you can maintain a consistent frame rate, it should not be hard to work out timing and delays.