Autohotkey is the only windows thing I miss on Linux. And it seems impossible to even discuss desktop automation with contemporary Linux DE people, they just glaze over. "Like, why would you want apps to be able to control other apps, that sounds dangerous! We definitely want to protect you from that in Wayland.... Oh, what's that? You are a large consultancy that uses time tracking apps to help with billable hours?…
AutoHotkey v2 Official Release Announcement
141–150 of 153 posts
Re: AutoHotkey v2 Official Release Announcement
#142As someone who has always been 'AHK-curious' but never got around to using it, ChatGPT has been an amazing at helping me write scripts and custom hotkeys The productivity gains are very real
Re: AutoHotkey v2 Official Release Announcement
#143Earlier quoted context omitted.
Honest question, why? If you properly format your code then it's indented anyway so Python is basically just replacing `{` with `:` and then not having a `}`. Python is the least problematic of all the languages enforcing some style things. Go insisting on Google's stupid styleguide is just dumb, Lisp having the parentheses on the wrong positions and ignoring the fact that there is more than one bracket type availabl…
as i said, i am not a dev so i never learned "convention".... AHK let me scrap whatever script from internet or i could come up, throw them in notepad and it would work.... now, python makes you "properly indent" which coming from AHK makes my head explode https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2F... this is a good example. AHK would read this normally but no, python sees whitespace and wants to "u…
Re: AutoHotkey v2 Official Release Announcement
#144What are some use cases where having AHK scripts would help? On the same note, can anyone share some existing list of scripts and their functions which helped make their lives easier?
I like to prefix files with a YYMMDD date, so I made a script to do that when I press a hot key, and also send a text to my wife to bring me a cup of coffee.
Re: AutoHotkey v2 Official Release Announcement
#145Earlier quoted context omitted.
I like to prefix files with a YYMMDD date, so I made a script to do that when I press a hot key, and also send a text to my wife to bring me a cup of coffee.
Do you mind sharing that?
#B::
Send %A_YYYY%-%A_MM%-%A_DD%
returnRe: AutoHotkey v2 Official Release Announcement
#146Earlier quoted context omitted.
It works sometimes and when it doesn’t, reloading the script will sometimes fix the problem. I just asked ChatGPT how to get the currently selected file in the current tab of File Explorer in AutoHotkey and it spit out code that works quite a bit differently than mine. Later today I’m going to figure out what it’s suggesting and see if a different approach is needed. ——- The ChatGPT code is nonsense that looks like A…
Ahaha oh dear, well at least you tried.
Re: AutoHotkey v2 Official Release Announcement
#147Earlier quoted context omitted.
You can use KeePass for that too, you can even customize the script to press (password)(enter) with a single shortcut.
Note: There are a lot of implementations of KeePass that surpass the original in quality. KeePassXC is likely the one that's best for most people who wish to go down the standalone application route: https://keepassxc.org/docs/#faq-keepassx Since quite a while ago now, Tails switched from KeePassX to KeePassXC: https://tails.boum.org/doc/encryption_and_privacy/manage_pas... So if you're still on KeePass, KeePass2, or…
The main reason why I recommend regular Keepass, it's because it's usually whitelisted in company owned equipments (with something like Microsoft Endpoint Software Center), so even if you don't have admin or permission to install your own software, regular Keepass it's still available.
Re: AutoHotkey v2 Official Release Announcement
#148I love Autohotkey because, in addition to its productivity benefits, it's a defensive tool against dark patterns imposed by user-hostile companies. For example, I've been using it for years to enter my Runescape password [1] due to Jagex being clueless about security [2] [1] https://reddit.com/r/runescape/comments/gxapao/how_to_paste_... [2] https://www.troyhunt.com/the-cobra-effect-that-is-disabling/
Re: AutoHotkey v2 Official Release Announcement
#149Earlier quoted context omitted.
Runelite ( https://runelite.net ) enables you to do so, fwiw.
Is this a recent improvement? I'm pretty sure I had Runelite back when I came up with the AHK script, two or three years ago. Or maybe the issue came up while I was playing RS3? It's been a while so I don't remember the details!
Re: AutoHotkey v2 Official Release Announcement
#150I love Autohotkey because, in addition to its productivity benefits, it's a defensive tool against dark patterns imposed by user-hostile companies. For example, I've been using it for years to enter my Runescape password [1] due to Jagex being clueless about security [2] [1] https://reddit.com/r/runescape/comments/gxapao/how_to_paste_... [2] https://www.troyhunt.com/the-cobra-effect-that-is-disabling/
I work in a large enterprise who's idea of single sign on is you use the same dialog for everything and have to type your username and password every time. They are fairly strict about saving passwords so I use a hot key for my username that also logs the time and date of usage