Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Autohotkey for Mac


  • Please log in to reply
13 replies to this topic
IconBoy
  • Validating
  • 108 posts
  • Last active: Sep 04 2019 06:39 PM
  • Joined: 24 Feb 2006
Been tearing my hair out because I use a lot of the keyboard shortcuts in AHK on WinXP.
Searched for a Mac equivalent but nothing :(

Then after a bit of more searching I found Typinator. It isn't exactly like AHK but does AutoCorrect of spelling and shortcuts.
Hope this helps someone else in case you were struggling to find something whilst using Mac. Downside is you have to buy the app.
I had tried RapidoWrite (you have to search for the last free version) but your shortest keyboard shortcut had to be at least three characters. The program writers (app4mac.com) told me that they have updated it and the new one is now called Presto (which you also have to buy).
I like Typinator over Presto because Presto shows all results listed when you type a certain shortcut and you have to scroll down with the arrow keys and press enter to get it.
Typinator does similar things like : ?*:url::http://www.autohotkey.com and :*:lnk::http://www.google.com/

Hope this helps a little bit

[ Moderator!: Moved from Ask for Help ]

  • Guests
  • Last active:
  • Joined: --
Thanks for sharing this. Nevertheless, your thread belongs to another section of the forum: AfH --> Utilities & Resources :wink:

Moderator!
  • Guests
  • Last active:
  • Joined: --

Utilities & Resources


no download link was provided - hence moved this topic to General Chat

IconBoy
  • Validating
  • 108 posts
  • Last active: Sep 04 2019 06:39 PM
  • Joined: 24 Feb 2006
Oops - just posted really quickly so wasn't sure if posting a link was okay.
Typinator: http://www.ergonis.c...ucts/typinator/
Presto: http://www.app4mac.c...s&product_id=17 and you will have to search for RapidoWrite as it is no longer available on app4mac site as freeware.
I can send freeware file if PM me.

amolkolhe
  • Members
  • 2 posts
  • Last active: Jul 13 2011 07:32 PM
  • Joined: 13 Jul 2011
Mac OS X comes with Automator. And even before Automator, there was Apple Script. But with Automator, you can either record events using a recorder, which makes life a lot easier, or you can use the GUI based tool to generate macros based on smaller tasks.

TheGreatSwami Woo
  • Members
  • 237 posts
  • Last active: Jan 22 2012 03:31 PM
  • Joined: 26 May 2011
Doesn't IronAHk work?
http://www.autohotke...topic54494.html

maddhax0r
  • Members
  • 9 posts
  • Last active: Feb 21 2009 07:59 PM
  • Joined: 16 Feb 2007
None of the download links on <!-- m -->http://www.ironahk.net/<!-- m --> are working anymore. I would really like to get a copy of the OS X Bundle if anyone knows where I could download it. Even if its not being supported/developed anymore. Can anyone provide a working download link or possibly post theirs somewhere?

Frankie
  • Members
  • 2930 posts
  • Last active: Feb 05 2015 02:49 PM
  • Joined: 02 Nov 2008
You're going to need the source and a copy of monodevelop.
<!-- m -->https://github.com/polyethene/IronAHK<!-- m -->
Mono.com

I don't know of any mac binaries but they might be in there.
aboutscriptappsscripts
Request Video Tutorials Here or View Current Tutorials on YouTube
Any code ⇈ above ⇈ requires AutoHotkey_L to run

Brisfan
  • Members
  • 1 posts
  • Last active: Dec 27 2011 02:55 AM
  • Joined: 27 Dec 2011

You're going to need the source and a copy of monodevelop.
<!-- m -->https://github.com/polyethene/IronAHK<!-- m -->
Mono.com

I don't know of any mac binaries but they might be in there.


Hello,

I use AutoHotKey on my PC And I'd like to use some of my scripts, on my laptop a MacBook pro.

I Downloaded Mono and the source of ironAHK but I don't know what to do. All thing I've tried didn't worked...

Can you give me some help?

  • Guests
  • Last active:
  • Joined: --
Just use vmware or parallels to run XP/7 and you're good to go :D

adelara
  • Guests
  • Last active:
  • Joined: --

Mac OS X comes with Automator. And even before Automator, there was Apple Script. But with Automator, you can either record events using a recorder, which makes life a lot easier, or you can use the GUI based tool to generate macros based on smaller tasks.


You actually DO need Autohotkey on the MAC !
I have been fussing with Applescript but it is really too cumbersome. I'm a programmer whereas Applescript has been written for non-programmers (I could go past that), however, the recording does not work... or better, it only works with applications that are "Applescritable", ie. almost none nowadays... so.... basically it sucks.

There is an initiave to port AHK to MAC, but it seems to be going nowhere (or at really slow pace). It's called IronAHK ( http://www.ironahk.net/ )...

adelara
  • Guests
  • Last active:
  • Joined: --
>> or better, it only works with applications that are "Applescritable", ie. almost none nowadays...

What I mean here is that the applications have to be written to support Applescript - which, you guess it, no one bothers with anymore. Even native Apple shipped apps, have little to no support at all for AS.

jsherk
  • Members
  • 65 posts
  • Last active: Jul 02 2014 12:27 PM
  • Joined: 11 Jun 2011
If you are looking for Keyboard shortcuts and Key re-mapping and customization only, then free KeyRemap4MacBook is awesome: pqrs.org/macosx/keyremap4macbook

cafayzieg
  • Members
  • 1 posts
  • Last active: Nov 12 2012 04:00 AM
  • Joined: 12 Nov 2012
Well done, it works for me. Really appreciate your work.