Search found 49 matches
- 02 Dec 2020, 12:24
- Forum: Ask For Help
- Topic: Help with understanding Controlsend please?
- Replies: 10
- Views: 846
Help with understanding Controlsend please?
ControlSend,, test, ahk_exe notepad.exe The above works just fine but the following does not, it should englarge the text in notepad. ControlSend,, ^{+}, ahk_exe notepad.exe I have also, tried ControlSend,, {Control down}+{Control up}, ahk_exe notepad.exe I dont really care for notepad, I am just s...
- 04 Sep 2020, 08:35
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
@Pyonkichi
Hey I was finally able to test your suggestion today, it worked just fine
Now I understand how to use Sub Targets, Thanks allot
Hey I was finally able to test your suggestion today, it worked just fine
Now I understand how to use Sub Targets, Thanks allot
- 31 Aug 2020, 15:07
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
Hello I have a Target called Notepad that has only notepad.exe as its matching rule I want to create a Sub Target under Notepad that watches for File name notepad.exe and the title *example – Notepad as its matching rule This way so I can have context sensitive gestures depending on which Notepad do...
- 16 Aug 2020, 11:37
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 227538
Re: FindText - Capture screen image into text and then find it Topic is solved
First time using this library here, I am trying to see how it works for myself by creating my first example. but am stuck, when I click on "Capture" Findtext is capturing 15 centermetres beneath where my cursor actually is. I have not modified any of the code. I copied exerything as is and pasted in...
- 14 Aug 2020, 13:04
- Forum: Scripts and Functions
- Topic: [Base] array.ahk
- Replies: 11
- Views: 5454
Re: [Base] array.ahk
Sweet lord, this looks really intresting.
Thanks for putting it together!
Thanks for putting it together!
- 14 Aug 2020, 13:03
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
It works :D though not as consistent but like you said its a tricky set up and not part of the intended design. I am currently in the proccess of learning More about programming and AHK. In good time I wish to write my own extensions/plug ins for MGL but your solution will do fine for now. Thanks fo...
- 14 Aug 2020, 12:13
- Forum: Ask For Help
- Topic: Help with Opening the about: links used specifically for Firefox from File explorer?
- Replies: 2
- Views: 1165
Help with Opening the about: links used specifically for Firefox from File explorer?
Help with opening the about: links used specifically for Firefox. More info https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/The_about_protocol I am trying to open them from File explorer. I tried dragging about:addons URL from Firefox Adrress bar to Explorer. when I double click to open the...
- 12 Aug 2020, 12:38
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
Pyonkichi So I tried your suggestion to remove Remove MG_Abort(), its gotten me half way there. What is happening now is MB_8WU_ actionscript is excuted once and the next wheel wheel rotation executes MB_WU_ actionscript. MB_8WD.gif I am essentailly trying to get MB_8WU_ to act exactly like MB_WU_ ...
- 11 Aug 2020, 09:41
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
So I tried your suggestion to remove Remove MG_Abort(), its gotten me half way there. What is happening now is MB_8WU_ actionscript is excuted once and the next wheel wheel rotation executes MB_WU_ actionscript. MB_8WD.gif I am essentailly trying to get MB_8WU_ to act exactly like MB_WU_ . In the ca...
- 10 Aug 2020, 08:03
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
Pyonkichi Hey Pyonkichi, I am trying to program a new gesture. Wheel down/up while MB_8 is held in place and trigger not released. I've got it working. I am missing just one last thing. I can only trigger one wheel step and no more, after I am forced to release RB trigger. Is there a way to be able...
- 06 Aug 2020, 11:06
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
Nice! much better now
- 06 Aug 2020, 06:20
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
@Pyonkichi
Hey when I try to run v1.35 as a fresh start with no modifications and I try to run MousegestureL or MG_Edit
I get Error: Failed in file writting. I tried extracting in diffrent drives as well.
Hey when I try to run v1.35 as a fresh start with no modifications and I try to run MousegestureL or MG_Edit
I get Error: Failed in file writting. I tried extracting in diffrent drives as well.
- 06 Aug 2020, 06:06
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
@Netmano, MG_Config.ahk is the configuration script that is included by the main script. MG_Edit.ahk converts the MouseGestureL.ini into MG_Config.ahk when OK button is pressed. And the conversion is also preformed when the "Restart MouseGestureL" is selected from the tray menu. So you have to this...
- 04 Aug 2020, 13:51
- Forum: Ask For Help
- Topic: Help with script to switch back and forth between last active two programs?
- Replies: 0
- Views: 506
Help with script to switch back and forth between last active two programs?
I am trying to get a single tap of Alt to switch back and forth between programs but not interfere with or break native function of holding Alt key. The goal of the script below is to switch back and forth between last active two programs if and only if no other keys were pressed when Alt was "held"...
- 04 Aug 2020, 11:51
- Forum: Ask For Help
- Topic: Making LCtrl logicically up while it’s physically down? Topic is solved
- Replies: 2
- Views: 1302
Re: Making LCtrl logicically up while it’s physically down? Topic is solved
Ingenius.
Works like a charm.
Thanks for your help!
Works like a charm.
Thanks for your help!
- 03 Aug 2020, 15:26
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
Pyonkichi I see, that makes allot of sense. So my short coming was not deffrentiating between left and right modifiers. stupid :lol: So I read your solution this morning, implemented your suggestions in the buttons folder but the issue did not go away. after experimenting with various envoiroments ...
- 02 Aug 2020, 17:43
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
Hey Pyonkichi I am trying to add >+Rbutton and >+Mbutton as a trigger but I am running into the same issue Previz has run into.I followed your solution to remove asteriks where needed but I am still getting issues of triggers being stuck down and trails not turning of. I have created a simple exampl...
- 01 Aug 2020, 09:14
- Forum: Ask For Help
- Topic: Making LCtrl logicically up while it’s physically down? Topic is solved
- Replies: 2
- Views: 1302
Making LCtrl logicically up while it’s physically down? Topic is solved
Context: I am trying to implement a vertical scrolling function in a program that does not have it. I've written the code and it works fine. I essentially, engage panning and while panning is active move the cursor.{Hotkey for panning is F10 } The problem: In this program, scroll wheel is used to Z...
- 01 Aug 2020, 07:02
- Forum: Ask For Help
- Topic: Restore the cursor back to the position it was when Hotkey was first triggered? Topic is solved
- Replies: 4
- Views: 1654
Re: Restore the cursor back to the position it was when Hotkey was first triggered? Topic is solved
Sweet!
Thank you garry.
with some minor tweaks on my end, ypr script did it!
Beautufully expressed too
Thank you garry.
with some minor tweaks on my end, ypr script did it!
Beautufully expressed too

- 31 Jul 2020, 13:42
- Forum: Scripts and Functions
- Topic: MouseGestureL
- Replies: 165
- Views: 45355
Re: MouseGestureL
@Pyonkichi
Sweet! thanks mate
Life is much simpler now when I have no AHK scripts running
Sweet! thanks mate
Life is much simpler now when I have no AHK scripts running
