This question has been asked before but with no answer. I'm running into brick walls with google too. Program can either be free or paid.
相关问题
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
- Avoid cmake to add the flags -search_paths_first a
- installing packages for python 3
相关文章
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
- Is there a non-java, cross platform way to launch
- ImportError: No module named twisted.persisted.sty
- How can I vertically align my status bar item text
Quicksilver can be a partial solution for some functionality of autohotkey: it has shortcut key/trigger defining capabilities. For text expansion, mas os has text expansion built in.
On the other hand, applescript/automator is the mac os native solution for some automation tasks.
What is is you're trying to do?
IronAHK should work on a Mac - I'm not a Mac user so I've not tried it, but that would be my first choice for trying to get AutoHotkey scripts working.
alternativeTo.net lists a few Mac OS alternatives to AutoHotkey. The top result there is Project SIKULI which looks pretty similar to AHK in terms of features but with a different scripting language.
No one's mentioned Quicksilver - free utility with tons of plugins for extendability.
Keymando - $19, 30-day free trial. Uses Ruby as its scripting language.
IronAHK will run AHK scripts, but for its GUI it requires X11.app. I don't believe it can automate regular Mac apps.
I currently use KeyRemap4MacBook which is greati for key mappings, including chords of keys. It doesn't have a scripting language though. Keyboard Maestro seems a popular option with some scripting support (I have not tried it myself though).
Take a look at Butler. Free to try, $20 to buy.
I haven't yet found an open source tool for Mac like AHK.