Hi. There's only one thing keeping me from buying a mac book pro. I'd like to be sure I can automate certain things (I'm a user of AutoHotKey on a Windows machine)
I'm wondering if there are examples (or if someone can put together examples -- is it easy or hard?) that I can take to my co-worker to see if it truly works on his mac the way I want.
The kinds of things I'd like are these:
I remember a long time ago trying to implement #1 and failing. So I'd probably need a full example from someone.
Final question would be whether I need to buy an app to get this to work or if Mac OS has built in ability to automate to this level.
Unfortunately I'm not interested in replies that simply say it can be done. I need to see it before laying out the money for a mac.
Thanks in advance!
I'm wondering if there are examples (or if someone can put together examples -- is it easy or hard?) that I can take to my co-worker to see if it truly works on his mac the way I want.
The kinds of things I'd like are these:
- Press F5. Result: regardless of what application has the focus and regardless of the state of Safari, this will cause Safari to be running and have the focus and be entirely visible (vs behind some other window)
- Press F6. Result: do nothing if terminal or emacs does not have the focus. But if either does have the focus, type out a fixed string like "hello world".
- Type "youre". Result: "you're" appears instead, in any context, not just smart editors which have this feature.
I remember a long time ago trying to implement #1 and failing. So I'd probably need a full example from someone.
Final question would be whether I need to buy an app to get this to work or if Mac OS has built in ability to automate to this level.
Unfortunately I'm not interested in replies that simply say it can be done. I need to see it before laying out the money for a mac.
Thanks in advance!