Search found 11 matches

by Typical-User
15 Oct 2020, 12:47
Forum: Ask for Help (v1)
Topic: Key loop
Replies: 5
Views: 284

Re: Key loop

I mean, instead of the zzzz, to activate the same sequence after 4 clicks of RButton.
i tried to use Rbutton, but due to the up and down state, is not working.
by Typical-User
15 Oct 2020, 11:34
Forum: Ask for Help (v1)
Topic: Key loop
Replies: 5
Views: 284

Re: Key loop

Thank you. It was quite more simple than i could immagine. :P
A silly question. If in future want to convert the zzzz into mouse clicks, i have to use the getkeystate command?
by Typical-User
15 Oct 2020, 08:45
Forum: Ask for Help (v1)
Topic: Key loop
Replies: 5
Views: 284

Key loop

Hi all I was seraching to find a script which, when pressing a key, lets say "z" for 4 times without any time limit, then the script sends the key "k". All searches i did with loop keyword, had no luck, and some older script i made, had the sleep command which in this case not helping at all. Anybod...
by Typical-User
24 Jan 2020, 11:46
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 200512

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

I managed to find what caused the trouble to the non working script. A ";" before func was the issue :D Script is working now, but have a problem in functionality. The problem caused by the increased sleep timer i use (260000). And when i need to restart script, it needs to finish the loop first. In...
by Typical-User
20 Jan 2020, 22:36
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 200512

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

Youre right about that. Im not programmer. In some cases i can add some pieces of code in a script if is in very simple form. Thank you for the code. Seems to work, but i managed to run with trouble only once yesterday. Today is not working at all. Even the first pieces of code was warking so far, t...
by Typical-User
18 Jan 2020, 17:33
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 200512

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

A correction. The previous script worked because the very first script was active (compiled in exe), and not because the second script was working. i Moved the F7:: command to auto-execute section, but is not working as itended. If i place a While after if (!state), script runs forever. If i remove ...
by Typical-User
18 Jan 2020, 04:49
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 200512

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

Today i had some progress. From code in this thread (https www.reddit.com /r/AutoHotkey/comments/8s3vkr/autohotinterception_help_request/e101lmk/) Broken Link for safety I managed to find out the command for the numpad's key, and add it to my script's code. Script is working. When i press the Numpad...
by Typical-User
17 Jan 2020, 16:49
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 200512

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

AHI monitor gives code 71 when i press that button. the double colon execute the script when proper button is pressed. (at least that supposed to do)
by Typical-User
17 Jan 2020, 13:03
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 200512

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

Hi evilC I need your help in my script. Im using several scripts of this one, (with different names ofcourse) to help me in a game. So far, i used my keyboards keys to run/pause the scripts, but due to the number of scripts, i need to stop using them in order for scripts to work. The only solution w...
by Typical-User
16 Jun 2019, 03:55
Forum: Ask for Help (v1)
Topic: Mouse Drag n'Drop script problem
Replies: 1
Views: 542

Re: Mouse Drag n'Drop script problem

Problem Solved.
Just increased the #MaxThreadsPerHotkey up to 100.
by Typical-User
15 Jun 2019, 06:56
Forum: Ask for Help (v1)
Topic: Mouse Drag n'Drop script problem
Replies: 1
Views: 542

Mouse Drag n'Drop script problem

Hi everyone I needed to make a script to do some drag n drop. The requirement is One key (the end key in my case) to start the script when pressed first time, when pressed 2nd time to stop the script. And when pressed again, it must start from the begining. While i did some search on internet, ive f...

Go to advanced search