Search found 7 matches

by phil294
22 Sep 2023, 09:24
Forum: General Discussion
Topic: AHK_X11, AutoHotkey for Linux
Replies: 18
Views: 60701

Re: AHK_X11, AutoHotkey for Linux

Hi, thank you! No, not planned. That would mean I have to keep track of all of its dependencies, make separate packages for all Debian versions, update them after breaking abi version changes, and also do the same thing for all other 5925135 Linux distributions, resulting in 88791235 different packa...
by phil294
20 Jul 2023, 09:39
Forum: General Discussion
Topic: AHK_X11, AutoHotkey for Linux
Replies: 18
Views: 60701

Re: AHK_X11, AutoHotkey for Linux

Just released version 1.0.0: https://github.com/phil294/AHK_X11/releases/tag/1.0.0 This was the last big update, probably ever. Now *most* things are working and implemented, even funny stuff like RunAs. I have also worked on Wayland support a bit and it can be tested out in a preview version here h...
by phil294
28 Feb 2023, 10:02
Forum: General Discussion
Topic: AHK_X11, AutoHotkey for Linux
Replies: 18
Views: 60701

Re: AHK_X11, AutoHotkey for Linux

I've been using this and Autokey to try and fill the role that AutoHotKey serves when I use Windows. However, there was one function that I couldn't replicate, https://www.autohotkey.com/board/topic/15574-morse-find-hotkey-press-and-hold-patterns/ . The function executes different commands based on...
by phil294
08 Sep 2022, 04:50
Forum: General Discussion
Topic: Another ahk solution, coffeescript to ahk
Replies: 7
Views: 5229

Re: Another ahk solution, coffeescript to ahk

so you can use CS to write AHK using libraries in CS that look like native JS but are actually AHK under the hood, and it all compiles with Ahk2Exe. And using Neutron you can mix your fake CS that compiles to AHK with *real* CS that compiles to JS and thus make it all single-language, if I've unders...
by phil294
19 Aug 2022, 23:08
Forum: General Discussion
Topic: AHK_X11, AutoHotkey for Linux
Replies: 18
Views: 60701

Re: AHK_X11, AutoHotkey for Linux

Hellou, quick update: The following features are now implemented. - Hotkeys, Hotstrings - Compiler (create portable binaries) - Installer - Full docs - Send - GUIs (parts) - Tray icon - REPL (command line) Most autonomous commands are still missing, but it's definitely ready for testing by now. I do...
by phil294
22 Jul 2022, 21:15
Forum: Wish List
Topic: We want AHK for Linux!
Replies: 78
Views: 62965

Re: We want AHK for Linux!

I think it's worth posting it here as well: I am also working on another rudimentary AHK reimplementation from scratch, but for Linux only, called AHK_X11. It supports legacy syntax (command syntax) only.

Link: viewtopic.php?f=81&t=106640
by phil294
21 Jul 2022, 20:21
Forum: General Discussion
Topic: AHK_X11, AutoHotkey for Linux
Replies: 18
Views: 60701

AHK_X11, AutoHotkey for Linux

Hi! I want to share with you this current project of mine. You can find it here: https://github.com/phil294/AHK_X11. The GitHub Readme has quite thorough information on it, but I'll quote some parts of it here anyway. You can open up issues over there for bugs, feature requests etc., but I'll also c...

Go to advanced search