Search found 6 matches

by jorj escu
13 Aug 2019, 07:18
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 172022

Re: Radial menu scripts

Hello all,
First of all, VERY useful tool!
But it inhibit my long right click and double right click mouse buttons, which i use a lot with other useful tool founded here, for example script clipping tool: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=12088
Any ideas if I can obtain them back?
by jorj escu
30 Jul 2019, 23:37
Forum: Ask for Help (v1)
Topic: Interrupt ONLY the current hotkey from a script
Replies: 4
Views: 1475

Re: Interrupt ONLY the current hotkey from a script

The only issue is that when you press "Esc" key anywhere else, it will set the "Exit" variable, etc. The workaround this seems to have the trigger key inside the function. Something like this, although I'm sure there are more elegant solutions: Sleep(Time) End:= A_TickCount + Time While, (S:= End-A_...
by jorj escu
30 Jul 2019, 15:00
Forum: Ask for Help (v1)
Topic: Interrupt ONLY the current hotkey from a script
Replies: 4
Views: 1475

Re: Interrupt ONLY the current hotkey from a script

So the idea is to use the "Sleep(200)" function instead of native built-in "Sleep, 200" function from Autohotkey everywhere in my hotkeys?
Yes, it works and seems to be a good idea! Thank you!
by jorj escu
29 Jul 2019, 05:54
Forum: Ask for Help (v1)
Topic: Interrupt ONLY the current hotkey from a script
Replies: 4
Views: 1475

Interrupt ONLY the current hotkey from a script

Hello all, It is possible to interrupt ONLY the current hotkey with an escape or other key, without reload, exitApp, which cause losing variables in the autoexecute area? Also, Pause command is not good because I don't want to resume that command (hotkey). I have a script with a lot of hotkeys, and ...
by jorj escu
05 Jul 2019, 10:42
Forum: Ask for Help (v1)
Topic: Run again and again a hotkey with primary key down
Replies: 2
Views: 639

Re: Run again and again a hotkey with primary key down

Thank you WalkerOfTheDay, but actually... no. I should mention "holding" the Ctrl key, and then pressing repeatedly C, or whatever. But I figured out how to do it inspired by some posts from here: ^u up:: { send, part%n% n++ send ^+{left} } Very interesting your code also. I think I know where to us...
by jorj escu
05 Jul 2019, 06:38
Forum: Ask for Help (v1)
Topic: Run again and again a hotkey with primary key down
Replies: 2
Views: 639

Run again and again a hotkey with primary key down

Hello,
I'm trying to run a hotkey many times with primary key down.
For example the key is Ctrl + U, but I want to keep pressing Ctrl while I press repeatedly the U key.
Is possible to do that?

Go to advanced search