works autohotkey in reactos.org ?

Discuss Autohotkey related topics here. Not a place to share code.
Forum rules
Discuss Autohotkey related topics here. Not a place to share code.
User avatar
tidbit
Posts: 1272
Joined: 29 Sep 2013, 17:15
Location: USA

Re: works autohotkey in reactos.org ?

16 Dec 2018, 11:32

one of the main devs used to stop by our IRC every now-and-then. That was atleast 5+ years ago. So I'd say it probably has atleast some basic support, but I doubt 100% (kinda like using ahk on linux with WINE).

But that's just assuming, he might have not got any of it working.
rawr. fear me.
*poke*
Is it December 21, 2012 yet?
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Re: works autohotkey in reactos.org ?

25 Dec 2018, 06:25

yes: first test say yes most of it may works: https://www.autohotkey.com/boards/viewt ... 28#p254728

i created an "reactOS_with_AHK_version_v1.1.30.01 - November 11, 2018.ova" (314MB)
where good place to upload?

i have problem reading keys and creating List-GUI ( https://github.com/sl5net/global-Intell ... everywhere ).
it show no error.

but this works:

Code: Select all

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

info =
(
A_OSVersion||%A_OSVersion%
A_Is64bitOS||%A_Is64bitOS% ;  A_Is64bitOS	[v1.1.08+]: Contains 1 (true) if the OS is 64-bit or 0 (false) if it is 32-bit.
A_AhkVersion||%A_AhkVersion% ;  prior to 1.0.22, its blank


)
clipboard := info
ToolTip,% info
MsgBox,% info

resultsLog =
(
Win10 18-12-25_12-51:
A_OSVersion||WIN_8
A_Is64bitOS||1 ;  A_Is64bitOS	[v1.1.08+]: Contains 1 (true) if the OS is 64-bit or 0 (false) if it is 32-bit.
A_AhkVersion||1.1.30.01 ;  prior to 1.0.22, its blank

React 18-12-25_12-51:
A_OSVersion||WIN_2003
A_Is64bitOS||0 ;  A_Is64bitOS	[v1.1.08+]: Contains 1 (true) if the OS is 64-bit or 0 (false) if it is 32-bit.
A_AhkVersion||1.1.30.01 ;  prior to 1.0.22, its blank


)
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Re: works autohotkey in reactos.org ?

25 Dec 2018, 10:17

tidbit wrote:
16 Dec 2018, 11:32
one of the main devs used to stop by our IRC every now-and-then. That was atleast 5+ years ago. So I'd say it probably has atleast some basic support, but I doubt 100% (kinda like using ahk on linux with WINE).

But that's just assuming, he might have not got any of it working.
maybe & thanks. I have made some changes to the script and it is now running with problems (list GUI is not updating by typing):
https://youtu.be/FhsqWjvdUeQ

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 14 guests