I absolutely love AutoHotKey. I've been using it for over 15 years. I used to use it to format my HTML back when i only used a Text Editor (similar to what this link is using for Markdown. I never use my right-control key so I map a lot of stuff to it. I used to have macros on rightctrl+b = surround the selection with and later (yes, it was that long ago). I had some nifty ones with logic for adding s (looking for @…
In Praise of AutoHotKey
31–40 of 220 posts
Re: In Praise of AutoHotKey
#32Here's what we really need - a tool that monitors the various user actions like specific application functionality used, website actions taken, and maybe keystrokes too (but that gets dicey), and then every month or so it recommends the most frequently done actions that you should automate with AHK or some other tool. What does the community think of this? PS - I use Alfred and Keyboard Maestro to get functionality s…
We recommend that you just park it in a corner of your screen and turn on an auto-reload tool.
Re: In Praise of AutoHotKey
#33Re: In Praise of AutoHotKey
#34The hotstrings feature is also present in Linux, where they are known as compose sequences. The default compose sequences can be found in the Compose files under /usr/share/X11/locale and you can also have custom compose sequences in ~/.XCompose. Some of the compose sequences make use of a special Compose key (written in the rules). You may need to go to the keyboard settings to enable the compose key. https://en.wik…
Re: In Praise of AutoHotKey
#35On macOS a similar tool is Keyboard Maestro ( https://www.keyboardmaestro.com/main/ ). I made over 1400+ macros in it over time that automate practically everything for me now. https://wiki.nikitavoloboev.xyz/macos/macos-apps/keyboard-ma...
Re: In Praise of AutoHotKey
#36I absolutely love AutoHotKey. I've been using it for over 15 years. I used to use it to format my HTML back when i only used a Text Editor (similar to what this link is using for Markdown. I never use my right-control key so I map a lot of stuff to it. I used to have macros on rightctrl+b = surround the selection with and later (yes, it was that long ago). I had some nifty ones with logic for adding s (looking for @…
What are all these websites that prevent pasting? I noticed a few people are using tools to get around these.
Re: In Praise of AutoHotKey
#37It was a pretty extensive formula support [2] enabling you to create dynamic snippets. In many ways it's kind of like Excel but for documents.
Re: In Praise of AutoHotKey
#38Here's what we really need - a tool that monitors the various user actions like specific application functionality used, website actions taken, and maybe keystrokes too (but that gets dicey), and then every month or so it recommends the most frequently done actions that you should automate with AHK or some other tool. What does the community think of this? PS - I use Alfred and Keyboard Maestro to get functionality s…
Re: In Praise of AutoHotKey
#39Re: In Praise of AutoHotKey
#40A clunky as it is, it is a fantastic tool.