AHK best suggestion

Propose new features and changes
kentpachi
Posts: 152
Joined: 15 May 2016, 01:23

AHK best suggestion

24 Sep 2021, 10:21

~Able to do multiple loop in a single script without using settimer

~adding sleep inside {} should only speed inside the {} and not the whole script

~Able to disable error pop-up messages, something like #Errormessage, stop or something

~Better exe compiler just like ahk_h but not detected as virus and also remove any comments or info that will be seen using notepad++ that its coded using ahk.

~In ControlClick, it should not require x or y just like normal Click function

~OFFICIAL AHK GUI Creator


;im a total newb in ahk and this is probably the best suggestion i could give that will benefit to people who are new to ahk.
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: AHK best suggestion

24 Sep 2021, 16:39

  1. we can dream
  2. ?????? what..
  3. u want more silent errors?!?! wow

    Code: Select all

    #Warn All, StdOut
    #ErrorStdOut ; no syntax error dialogs
    OnError("noRuntimeErrorsPls", -1) ; call before others
    noRuntimeErrorsPls(Ex) {
    	return 1 ; exit thread and dont call other handlers
    }
  4. donate so lexikos can pay for code signing :)
  5. probably impossible in v1 due to backwards compatibility. write urself a function. in v2, maybe. but these string params are janky...
  6. official as in "lexikos wrote it" or official as in "officially approved"?
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: AHK best suggestion

25 Sep 2021, 22:27

but not detected as virus
Tell that to the AV vendors. :lol:
remove any comments or info that will be seen using notepad++ that its coded using ahk
If that's important to you, you can invest the time into learning how to do it.

Maybe you've overlooked the compression options, which are the simplest answer.
donate so lexikos can pay for code signing
Putting aside what I would do with donations and why I choose not to purchase another code signing certificate, I am obviously not going to sign every script that someone compiles. In the past I have signed only the installer, but even signing AutoHotkey.exe would be of no use to compiled scripts. The final exe must be signed after all modifications are made; any further modification would invalidate the signature, which is kind of the point.

Aside from that, code signing is not a solution for AV false positives.

Any user can purchase their own code signing certificate and use it to sign their compiled scripts.
In ControlClick, it should not require x or y just like normal Click function
ControlClick does not require x or y. They don't even have dedicated parameters.

Return to “Wish List”

Who is online

Users browsing this forum: No registered users and 16 guests