Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does this compare to Autohotkey? #10

Open
gtusr opened this issue May 8, 2023 · 3 comments
Open

How does this compare to Autohotkey? #10

gtusr opened this issue May 8, 2023 · 3 comments

Comments

@gtusr
Copy link

gtusr commented May 8, 2023

Using a standard language like C# for writing scripts will attract many users, but how powerful is the keyboard remapping functionality compared to Autohotkey?

This author has taken a different approach by encapsulating Autohotkey in Python: ahk

@qgindi
Copy link
Owner

qgindi commented May 8, 2023

Hotkeys, hotstrings (autotext), keyboard remapping and everything else are as powerful as in AHK.

@jrbisson
Copy link

jrbisson commented Jun 4, 2023

Good to know. I've recently invested some time to learn AHK and found its scripting abilities to be a bit lacking. Having already several years of experience with C# and .NET, this alternative seems very appealing to me. Willing to give it a go :)

@gdmeunier
Copy link

Hello,
I think I have some points that can answer this question:

How does this compare to Autohotkey?

LibreAutomate isn't a competitor of AutoHotKey nor AutoIt.

It appears to take a different approach, it behaves like a C# gateway for beginners of .NET who know the syntax but have trouble remembering function names or how to properly create some async Wait timer etc for HTTP downloads as one example.

LibreAutomate doesn't have its own scripting language, it simply provides a considerably easier 'standard library' for C# beginners.

This way we can easily start C# development without hassle, with a real .NET CLR, as well as using some SQL of JSON libraries (NewtonSoft's JSON library, for example).

AutoIt vs AutoHotKey vs LibreAutomate

If we were to compare them,

  • AutoIt would be providing a simpler syntax for BASIC as well as a simpler 'standard library'.
  • AutoHotKey would look like a mix of Pascal / Delphi using Windows's rundll32.exe function call syntax (example: 'SetWallpaper, %A_WorkingDir%\wallpaper.png')
  • LibreAutomate uses the original C# syntax with a simpler 'standard library'.

Keyboard remapping of LibreAutomate

You get the same keyboard remapping power as all native .NET programs (full power).
LibreAutomate cans help to facilitate this use-case with simpler functions & APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants