Search found 6 matches

by GGGarikkk
18 Jun 2023, 02:50
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 323
Views: 113732

Question related to MGL

Pyonkichi Hello. I wonder if you could help me. Is it possible to: 1. Use a SetTimer to launch a subroutine when a particular gesture is executed 2. Set off the same timer if the same gesture is triggered before the timer got to launch a subroutine The global goal from which the question derives is...
by GGGarikkk
16 Oct 2022, 02:00
Forum: Ask for Help (v1)
Topic: Problem with a hotkey code
Replies: 7
Views: 498

Re: Problem with a hotkey code

I see. Your issue is that by using a normal key as a modifier key, then it doesn’t behave normally like when you generally are typing fast and one key isn’t fully released before the next key, which usually results in both keys being typed (such that most people don’t even realize it’s happening wh...
by GGGarikkk
16 Oct 2022, 01:13
Forum: Ask for Help (v1)
Topic: Problem with a hotkey code
Replies: 7
Views: 498

Re: Problem with a hotkey code

actually i think he should delete the 1:: reassign too, there is no point in remap a key for do what it already do :-D (and add the tilde ofc on the others) ~1 & j::left ~1 & k::down ~1 & l::right ~1 & i::up Nope, that is not what I meant. Again, what I need code to do is the following: 1. When pre...
by GGGarikkk
15 Oct 2022, 12:08
Forum: Ask for Help (v1)
Topic: Problem with a hotkey code
Replies: 7
Views: 498

Re: Problem with a hotkey code

The answer to that issue is also in what I quoted from the documentation in your other thread — the “fire on release” issue discussion and use of the tilde to address it. I tried tilde prefix: 1 & j::left 1 & k::down 1 & l::right 1 & i::up ~1::Send {1} But now when I press "1" + j key instead of cu...
by GGGarikkk
15 Oct 2022, 08:10
Forum: Ask for Help (v1)
Topic: Problem with a hotkey code
Replies: 7
Views: 498

Problem with a hotkey code

Hello, I have posted not so long ago a problem with my code. Original post link: https://www.autohotkey.com/boards/viewtopic.php?f=76&t=109473&p=486820#p486820 The problem: F1::Suspend 1 & j::left 1 & k::down 1 & l::right 1 & i::up Basically, what I need to do is to use keys (i, k, j, l) as cursor k...
by GGGarikkk
15 Oct 2022, 03:18
Forum: Ask for Help (v1)
Topic: Combination hotkey problem Topic is solved
Replies: 1
Views: 215

Combination hotkey problem Topic is solved

Hello, I have a problem with the following code: F1::Suspend 1 & j::left 1 & k::down 1 & l::right 1 & i::up Basically, what I need to do is to use keys (i, k, j, l) as cursor keys when pressed 1 key first For example: 1 + j will result in left key. But the problem with the code is that when I just w...

Go to advanced search