AHK to Javascript Converter

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
TigerYT
Posts: 24
Joined: 13 Aug 2018, 01:01

AHK to Javascript Converter

13 Aug 2018, 15:31

Is there an AHK to JavaScript converter? I'm obviously not looking for something specifically for windows or something. I mean something like this:

Code: Select all

@::
    Send, @gmail.com
Return
and the convert this to javascript

Code: Select all

; Obviously not actually Javascript

When key: "@" is pressed {
    type in #id @gmail.com
}

; Or even jQuery

When key: "@" is pressed {
    $('#id').type("@gmail.com");
}

I'm looking for something little like that.
Alibaba
Posts: 480
Joined: 29 Sep 2013, 16:15
Location: Germany

Re: AHK to Javascript Converter

13 Aug 2018, 18:54

There is no converter that I know of, but there is a library that allows to write AHK inside your JS. (Part of AHK, not all features)
https://github.com/Aurelain/Exo
"Nothing is quieter than a loaded gun." - Heinrich Heine
TigerYT
Posts: 24
Joined: 13 Aug 2018, 01:01

Re: AHK to Javascript Converter

14 Aug 2018, 03:13

Alibaba wrote:There is no converter that I know of, but there is a library that allows to write AHK inside your JS. (Part of AHK, not all features)
https://github.com/Aurelain/Exo
I know about that, Exo is unfortunately everywhere... I'm looking for AHK to JavaScript or AHK in JavaScript not the other way around.
Alibaba
Posts: 480
Joined: 29 Sep 2013, 16:15
Location: Germany

Re: AHK to Javascript Converter

14 Aug 2018, 10:18

I never used Exo, but I think it is “AHK in JavaScript” ..?
"Nothing is quieter than a loaded gun." - Heinrich Heine

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: haomingchen1998 and 236 guests