AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

deguix's "Mouse Gestures"
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Basile



Joined: 28 Jun 2005
Posts: 8
Location: FRANCE

PostPosted: Tue Jul 05, 2005 8:16 am    Post subject: Reply with quote

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
View user's profile Send private message
nikla
Guest





PostPosted: Thu May 25, 2006 1:34 pm    Post subject: Re: deguix's "Mouse Gestures" Reply with quote

Fantastik job.

but i can use only first 8 Symbols,, someone may help me

nikla@hotmail.it
Back to top
Al al
Guest





PostPosted: Thu Aug 03, 2006 6:20 am    Post subject: Reply with quote

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





PostPosted: Sat Aug 05, 2006 12:07 am    Post subject: Reply with quote

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

PostPosted: Sat Aug 05, 2006 8:20 am    Post subject: Reply with quote

Looks like symbol 21 is a '2'

From one noob to another Wink 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 Wink Hope it helps!
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
drmurdoch



Joined: 10 Nov 2006
Posts: 89

PostPosted: Fri Mar 16, 2007 10:07 pm    Post subject: This helped me. Reply with quote

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
View user's profile Send private message
pipo



Joined: 18 Oct 2006
Posts: 43

PostPosted: Sat Jul 28, 2007 7:02 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group