Search found 16 matches

by nina1000
24 Jun 2022, 09:14
Forum: Ask for Help (v1)
Topic: loop break not working Topic is solved
Replies: 6
Views: 546

Re: loop break not working Topic is solved

Thank you so much for your help, appreciated!
by nina1000
24 Jun 2022, 08:36
Forum: Ask for Help (v1)
Topic: loop break not working Topic is solved
Replies: 6
Views: 546

Re: loop break not working Topic is solved

perfect! "or that" works as expected!
can you please explain what and how you fixed it?
by nina1000
24 Jun 2022, 08:25
Forum: Ask for Help (v1)
Topic: loop break not working Topic is solved
Replies: 6
Views: 546

Re: loop break not working Topic is solved

Hi, it shall stop when pressing manually ´W´ (not after 5 loops) - if not pressed ´W´ loop shall continue continously.

(Hallo, es soll mit ´Q´starten, dann endlos auf Zufallsbasis 1,2,3,4, oder 5 drücken, und zwar so lange wiederholen, bis ich es mit ´W´stoppe) :crazy:
by nina1000
24 Jun 2022, 08:05
Forum: Ask for Help (v1)
Topic: loop break not working Topic is solved
Replies: 6
Views: 546

loop break not working Topic is solved

Dear all, please help me out of this - what did I do wrong that my script is not working. Goal is, the loop sends randomly 1,2,3,4,5. It shall start by manually pressing "Q" and shall stop again when pressing "W" #NoEnv #Warn #SingleInstance Force SendMode Input SetWorkingDir %A_ScriptDir% ---------...
by nina1000
10 Apr 2022, 08:12
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 625702

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Oha, sry for double posting... thank you!
viewtopic.php?style=2&t=8466#p48367 solved this!
by nina1000
10 Apr 2022, 08:09
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 625702

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Dear all, Since yesterday I am receiving this error below (I have v3.0.06.01 and starting it up as usual) installed :shock: Anyway to bypass this? The thin in this I am not even able to close this window, need to kill the .exe via task manager. Your help is highly appreciated - thank you! https://s2...
by nina1000
02 Apr 2022, 12:16
Forum: Ask for Help (v1)
Topic: SetTimer script triggered as long key is pressed Topic is solved
Replies: 17
Views: 1564

Re: SetTimer script triggered as long key is pressed Topic is solved

From use experience no difference at all, guess I will still focus in learning on the second one first :)
No issues found in both at all, enjoying it!
:thumbup: Thanks Mike! :thumbup:
br,
nina
by nina1000
02 Apr 2022, 11:22
Forum: Ask for Help (v1)
Topic: SetTimer script triggered as long key is pressed Topic is solved
Replies: 17
Views: 1564

Re: SetTimer script triggered as long key is pressed Topic is solved

thanks, will give this a try after preparing dinner
(you challenged me with the code continuing on the first one, right? need some extra time to study and understand :angel: )
by nina1000
02 Apr 2022, 10:58
Forum: Ask for Help (v1)
Topic: SetTimer script triggered as long key is pressed Topic is solved
Replies: 17
Views: 1564

Re: SetTimer script triggered as long key is pressed Topic is solved

Overall both are working fine and nicely - please let me provide a small feedback while using it within the app 1) + the delays are already doing their job from the beginning on (does not matter in practice) - it has still a delay when releasing ´a´ till it final stops (keeps still sending keys a wh...
by nina1000
02 Apr 2022, 09:02
Forum: Ask for Help (v1)
Topic: SetTimer script triggered as long key is pressed Topic is solved
Replies: 17
Views: 1564

Re: SetTimer script triggered as long key is pressed Topic is solved

Hello Mike, thank you so much for getting back to me.
I am sorry for the late response - had to wait till my shift starts and I can right try this out with the kids.
Will report back soon :wave:
nina
by nina1000
01 Apr 2022, 08:25
Forum: Ask for Help (v1)
Topic: SetTimer script triggered as long key is pressed Topic is solved
Replies: 17
Views: 1564

Re: SetTimer script triggered as long key is pressed Topic is solved

Thank you mike, I just ried to understand and multiply this to q, w, e, r, keys. What I figured out is that the timers will not be considered plus releasing ´a´key will also not stop it anymore. I am a bit confused right now.. #NoEnv #Warn #SingleInstance Force SendMode Input SetWorkingDir %A_Script...
by nina1000
01 Apr 2022, 01:21
Forum: Ask for Help (v1)
Topic: SetTimer script triggered as long key is pressed Topic is solved
Replies: 17
Views: 1564

Re: SetTimer script triggered as long key is pressed Topic is solved

Hi mike, thank you, I did as suggested.
I just figured out, the application sometimes not accept key send requests - please do not ask me why.

As a workaround I added like this, its working.
(hope from coding perspective this is not a mess)

Code: Select all

Q:
sleep 250
W:
sleep 250
E:
sleep 250
R:
sleep 500
by nina1000
31 Mar 2022, 09:45
Forum: Ask for Help (v1)
Topic: SetTimer script triggered as long key is pressed Topic is solved
Replies: 17
Views: 1564

Re: SetTimer script triggered as long key is pressed Topic is solved

Thanks too - will do

Unfortunately I was not able to manage or figure out

- where/how to add in that script eg. for key ´e´send a specific sleep time of 3000ms, for key ´q´send a sleep time of 9000ms
(pressing down time)

Hope you don´t mind assisting again on that additonal code?
by nina1000
31 Mar 2022, 00:01
Forum: Ask for Help (v1)
Topic: SetTimer script triggered as long key is pressed Topic is solved
Replies: 17
Views: 1564

Re: SetTimer script triggered as long key is pressed Topic is solved

Just perfect, thank you so much mike :bravo:
I guess I understood the logic so far, do you want me also to help in how to add some different sleep and key press durations to it properly?
(by the way - this script is for an interactive visual and accustic tool for impaired kids)
by nina1000
30 Mar 2022, 13:09
Forum: Ask for Help (v1)
Topic: SetTimer script triggered as long key is pressed Topic is solved
Replies: 17
Views: 1564

SetTimer script triggered as long key is pressed Topic is solved

Hi all, just registered due that got stuck with my first (nearly working) script ;) Unfortunately when executing it keeps rotating sending the keys (the timers are considered correctly). Target: q, w, e, r shall only be sent when keeping key ´a´ pressed, releasing ´a´will stop sending those. What di...

Go to advanced search