AntiMicro / antimicro

[NOT maintained anymore] Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support
1.79k stars 202 forks source link

[Feature] Loading AutoHotKey / AutoKey Scripts #69

Open Papermanzero opened 7 years ago

Papermanzero commented 7 years ago

With a certain profile a AutoHotKey (Windows) or an AutoKey (Linux) script can be loaded for enhanced and very complex assignments and functions.

jsbackus commented 7 years ago

Hmmm.. Interesting. To be clear, you're proposing AM interface with AutoHotKey / AutoKey? (as opposed to interpreting .ahk, etc.)

WAZAAAAA0 commented 7 years ago

maybe something generic like this would be an easier and more versatile solution: callscript

Papermanzero commented 7 years ago

Yes, something like that. @WAZAAAAA0 It is just an idea. Autohotkey, Autokey or AutoIT have possibilities which AM cannot provide, due to complexity (like finding a button in a window and pressing this button)

I saw that AutoIT supports Linux and Windows, so maybe this is a better approach.

jsbackus commented 7 years ago

@WAZAAAAA0 That's a good idea. Not only will it allow users more flexibility, but it'll make it easier to add features. I'll have to think about how best to add it in.

WAZAAAAA0 commented 7 years ago

I saw that AutoIT supports Linux and Windows, so maybe this is a better approach.

Wait, really? AutoIt on Linux?

Papermanzero commented 7 years ago

sorry, got confused with autokey... :( AutoIT is windows only. AutoHotKey is Windows only AutoKey is Linux only