Search found 133 matches

by Avastgard
08 Dec 2020, 03:48
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

Why do you need to wait to press LB again?
by Avastgard
16 Nov 2020, 17:57
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

@Pyonkichi Thank you!
by Avastgard
14 Nov 2020, 05:33
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

Oh, I see. I configured RB_LR to open the configuration menu. I'm not near my computer right now, but I believe I set that gesture to run MG_Edit.ahk. Is there a way to open the configuration menu through a gesture and not run into the same problem of having to reload the script after configuring th...
by Avastgard
11 Nov 2020, 11:11
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

I have noticed that recently, I've been having some problems assigning new gestures. Here are the steps I usually follow to reproduce the problem: Open configuration window Click Main > Add Gesture Select one of the unused gestures suggested Write the Action Script Click "Apply Action" Click "OK" Af...
by Avastgard
09 Aug 2020, 11:35
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

@Pyonkichi
For some reason, after I rebooted my computer (without renaming the config folder) the gesture now has the expected behavior. Thanks!
by Avastgard
07 Aug 2020, 17:51
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

I have run into yet another problem, both on versions 1.35 and 1.36. I set up this gesture to close a Chrome tab, but instead of closing just one tab, it closes the entire window. No idea why this is happening, given the code is fairly simple (it just sends ^w ). And all the tabs close instantly (as...
by Avastgard
05 Aug 2020, 13:37
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

Thanks!

After updating, the ^t command that was not working now works correctly.
by Avastgard
05 Aug 2020, 06:38
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL v1.35

MouseGestureL.ahk v1.35 Added the following four items to the action template. - Perform default behavior when a button is released - Cancel default behavior when a button is released - Resume Gesture Hints - Resume Gesture Trails Added the function to activate the earlier active windows by re-exec...
by Avastgard
04 Aug 2020, 08:36
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

I've run into another problem. I tried to set a gesture to open a new tab in Chrome, but for some reason it's not working.

Image
Image

Do you see anything wrong with this setup?
by Avastgard
29 Jul 2020, 06:45
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

I tried your suggestion, but the same probem persists. Hmm. I could reproduce the issue before taking the countermeasure, but it's solved with MG_StopNavi() in my environment. Try changing the source code of MGL. MouseGestureL.ahk - line: 2430, Gui, MGW_ExNavi:Show, w1 h1 Hide Fixed, Gui, MGW_ExNav...
by Avastgard
27 Jul 2020, 11:24
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

@Avastgard, I don't find out root cause of the problem yet, but it is caused by the closing process of the hint display. So it can be solved by calling MG_StopNavi() before key sending. MG_StopNavi() Send #d Tanks Pyonkichi , I'll try that and will let you know if it works. Is that something I have...
by Avastgard
27 Jul 2020, 07:20
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 330
Views: 118032

Re: MouseGestureL

I have configured a gesture that works like this: hold RButton and move mouse to "southwest" will send #d, wich alternates between desktop view and restores all windows to the previous position. It has been working quite well for that purpose, but after using that gesture I almost always find out th...
by Avastgard
14 Jul 2020, 09:50
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 137683

Re: Screen clipping

I saw this post from malcev and decided to ditch Tesseract and take advantage of built-in OCR in Windows 10. Go here to watch the video and get the script here I assume you recommend this version over the one at your website at https://the-automator.com/screen-clipping-with-ocr/ Is the script you p...
by Avastgard
28 Jun 2020, 20:24
Forum: Scripts and Functions (v1)
Topic: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick buttons
Replies: 113
Views: 48174

Re: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick button

Thank you very much for this code! Tell me if I understand it correctly (please bear with my noobness): #include Lib\TapHoldManager.ahk thm := new TapHoldManager() thm.add("e", func("eFunc")) ; creates the hotkey E thm.add("Space", func("spaceFunc")) ; creates the hotkey Spacebar thm.PauseHotkey("Sp...
by Avastgard
27 Jun 2020, 16:53
Forum: Scripts and Functions (v1)
Topic: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick buttons
Replies: 113
Views: 48174

Re: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick button

Thank you for your answer.

Now, the way I understand it, TapHoldManager only works for tapping/holding the same key, is that right? Or is it possible to have it working by, say, tapping E twice and then holding Spacebar?
by Avastgard
22 Jun 2020, 06:37
Forum: Scripts and Functions (v1)
Topic: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick buttons
Replies: 113
Views: 48174

Re: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick button

How does TapHoldManager compare to RapidHotkey (https://autohotkey.com/board/topic/35566-rapidhotkey/page-1). I'm trying to decide which one to use, but being a beginner, I'm not sure I fully understand the scope of both scripts.
by Avastgard
05 Sep 2019, 16:17
Forum: Ask for Help (v1)
Topic: Floor division keeps returning a float result Topic is solved
Replies: 2
Views: 502

Floor division keeps returning a float result Topic is solved

I wrote the script below, which basically brings up an InputBox in which you type an amount of hours in decimal format and it returns a MsgBox of that same amount of time in hh:mm:ss format. The script I have so far was written with the help of the people at the r/AutoHotkey subreddit. Original post...
by Avastgard
12 Jan 2019, 12:18
Forum: Ask for Help (v1)
Topic: Script to rename files Topic is solved
Replies: 22
Views: 13885

Re: Script to rename files Topic is solved

Thanks! It works perfectly now.
by Avastgard
12 Jan 2019, 08:14
Forum: Ask for Help (v1)
Topic: Script to rename files Topic is solved
Replies: 22
Views: 13885

Re: Script to rename files Topic is solved

Thanks, it now correctly prevents the same prefix from being appended twice and it shows no error message. Is it possible to make the presence of the intended prefix not prevent the diacritics replacement in "oWord" and StrReplace? Right now, running the script in a folder that has the following fil...

Go to advanced search