| View previous topic :: View next topic |
| Author |
Message |
Basile
Joined: 28 Jun 2005 Posts: 8 Location: FRANCE
|
Posted: Tue Jul 05, 2005 8:16 am Post subject: |
|
|
thnaks toralf, your script will be very helpfull for me! I'm very glad that you gave my the first step for developping my own script! I will not asking you and the others to help me, one more time!
Thanks for everyone, specially toralf for his help!
I will post a new topic later as toralf has suggested me, for describing the final script!
Bye! |
|
| Back to top |
|
 |
nikla Guest
|
Posted: Thu May 25, 2006 1:34 pm Post subject: Re: deguix's "Mouse Gestures" |
|
|
Fantastik job.
but i can use only first 8 Symbols,, someone may help me
nikla@hotmail.it |
|
| Back to top |
|
 |
Al al Guest
|
Posted: Thu Aug 03, 2006 6:20 am Post subject: |
|
|
| so how do i make it work? Where do i type what I want the symbol to do? If i wanted it to go to google when i draw a number 2, what would i do? |
|
| Back to top |
|
 |
the best guest Guest
|
Posted: Sat Aug 05, 2006 12:07 am Post subject: |
|
|
| I agree with Al, I'm pretty much a noob and i really dont know what to do. An answer to Al's question would help me alot too. |
|
| Back to top |
|
 |
TucknDar
Joined: 07 Jan 2006 Posts: 47 Location: Oslo, Norway
|
Posted: Sat Aug 05, 2006 8:20 am Post subject: |
|
|
Looks like symbol 21 is a '2'
From one noob to another I suggest you look at the ini for examples. Take this, for instance:
| Code: | [Gesture 8]
Name=Minimize
SymbolNumber=8
Shortcut=
1=WinGetTitle, WinTitle, A
2=WinMinimize, %WinTitle% |
This tells me that symbol 8 in the list of symbols (or gesture definitions) will minimize the active window. Ok, how do I perform this gesture? Let's look at SymbolNumber 8:
| Code: | [Symbol 8]
Name=SW Arrow
; S
; /
; /
; /
;E
;POS=X.Y
;-------
Pos1=1.1
Pos2=0.0 |
So what does that mean? It means that if you hold down your RButton (Right Button on your mouse) and drag it from the position marked by S (Start) to the position marked by E (End) then release the RButton, the window underneath the mouse cursor will be minimized!
To define other gestures, look at how the different symbols look, then define a new gesture (first available by default would be [Gesture 10]) which should look something like the other 9 gestures, and select which symbol (or actual mouse movement) should perform this and what you want it to perform!
As I said, I'm a new AHK user too, but I think I figured this one out Hope it helps! |
|
| Back to top |
|
 |
drmurdoch
Joined: 10 Nov 2006 Posts: 89
|
Posted: Fri Mar 16, 2007 10:07 pm Post subject: This helped me. |
|
|
The above explanation helped me. I didn't look through the entire .ini file so I missed out how to draw the gestures.
My suggestion would be is that when a gesture is recognized ... (ie. copy) a little disappearing window pops up and fades away so that I know what action has taken place. Maybe this should be an option thing as a setting for each gesture. Ie. For Copy (you might want it displayed but for minimize ... probably not.
JMO ! |
|
| Back to top |
|
 |
pipo
Joined: 18 Oct 2006 Posts: 43
|
Posted: Sat Jul 28, 2007 7:02 am Post subject: |
|
|
Would it be possible to convert this script to accept joystick input?
i use a wiimote, which i would love to use with gestures, but i dont want it to take over my mouse control. |
|
| Back to top |
|
 |
|