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 1, 2, 3  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
deguix



Joined: 26 Aug 2004
Posts: 72
Location: Everett - MA, USA

PostPosted: Mon Nov 29, 2004 2:41 am    Post subject: deguix's "Mouse Gestures" Reply with quote

This is my version of Mouse Gestures that has:

- Ability to recognize symbols by using angles between two points to compare with the symbols and with the sensitivity. Sensitivity of 0º detects only the drawing of perfect symbols (use "Numpad Mouse" script to achieve this). Sensitivity of 180º makes the first symbol on a list to be launched any time you draw.
- Second type of sensitivity that limits the effect of the above by the number of points. For example, if an angle doesn't go below the sensitivity angle for 4 points, it goes to another gesture.
- Gesture actions coded in AHK format. The limit is the sky (that means, what AHK supports).
- Icons that show when a gesture drawn is being accepted or not by the script or when the drawing is disabled.
- Time to start and finish drawings.
- Shortcuts to activate specific gestures actions.
- More than 100 different symbols to assign to a gesture (now I have 126 symbols on my collection with lines, digits, letters and misc.).

How to use it:

Ctrl: Disable/enable script. (Windows NT/2000/XP only)
RButton: Draw symbol.

How to add/change/remove gestures/symbols:

Mouse Gestures.ini file has some gestures and lots of symbols included. You can change anything there (just don't mess with the file Wink).

Any suggestions for additions, changes and ideas for symbols are accepted. Don't estimulate me to create a GUI because it's a whole new project and I already have enough to do Crying or Very sad, but I accept GUI donations Very Happy.

[Download]
_________________
Working now on:
NSIS Wiki (NSIS)


Last edited by deguix on Sun Dec 05, 2004 12:24 am; edited 2 times in total
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Mon Nov 29, 2004 3:12 am    Post subject: Reply with quote

Sounds really cool. Looking forward to seeing it.
Back to top
View user's profile Send private message Send e-mail
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Mon Nov 29, 2004 11:26 am    Post subject: Reply with quote

What Chris said...
Back to top
View user's profile Send private message Visit poster's website
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Mon Nov 29, 2004 12:18 pm    Post subject: Reply with quote

wow!
_________________
Back to top
View user's profile Send private message
dijiyd



Joined: 01 Apr 2004
Posts: 90
Location: Philippines

PostPosted: Mon Nov 29, 2004 2:18 pm    Post subject: Reply with quote

Whoa.. might as well call it AutoHotMouse huh. Might use it at home, where I would have a snack on hand while on the computer. (real bad habit. blows me up and dirties the keyboard.) Can't wait.
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Mon Nov 29, 2004 4:45 pm    Post subject: Reply with quote

I think I speak for everyone when I ask when it will come out? Razz
Back to top
View user's profile Send private message Visit poster's website
deguix



Joined: 26 Aug 2004
Posts: 72
Location: Everett - MA, USA

PostPosted: Tue Nov 30, 2004 3:26 am    Post subject: Reply with quote

Somewhere in this week probably, as I'm about finishing the GUI design right now. Very Happy
_________________
Working now on:
NSIS Wiki (NSIS)
Back to top
View user's profile Send private message
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Tue Nov 30, 2004 6:23 am    Post subject: Reply with quote

I haven't tried this script yet, I think now I'll just be patient till it's released. It will have tough competition for my StrokeIt, though. Very Happy I look forward to it!
Back to top
View user's profile Send private message
deguix



Joined: 26 Aug 2004
Posts: 72
Location: Everett - MA, USA

PostPosted: Sun Dec 05, 2004 12:07 am    Post subject: Reply with quote

Bahhh... No patience to develop GUI Sad. It's much more work than doing this script... Crying or Very sad

Anyways, I edited the first post so you can download the script. Very Happy

Now, looking for bugs...
_________________
Working now on:
NSIS Wiki (NSIS)
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Sun Dec 05, 2004 5:59 am    Post subject: Reply with quote

Have Mercy!

very cool script deguix! took me some time to figure out the functioning... but this is very good!

by the way there's some problem too, like try rt-clicking on tray icons with script running.
_________________
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Sun Dec 05, 2004 3:19 pm    Post subject: Reply with quote

Very elaborate script and ini file. The sheer number of mouse gestures you've included is impressive. Thanks for sharing it.

You were probably already planning this, but I think what it most needs is some introductory remarks -- something to explain how to perform a mouse gesture, customize the INI file, and what the tray icon does when you click it, etc.

In any case, it's a very impressive script: very well written and with an impeccably formatted INI file, not to mention its own icons. When/if you want this posted to the script showcase, let me know.
Back to top
View user's profile Send private message Send e-mail
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Sun Dec 05, 2004 4:06 pm    Post subject: Reply with quote

Very nice work, it totally rocks!
Back to top
View user's profile Send private message Visit poster's website
deguix



Joined: 26 Aug 2004
Posts: 72
Location: Everett - MA, USA

PostPosted: Sun Dec 05, 2004 5:11 pm    Post subject: Reply with quote

Quote:
by the way there's some problem too, like try rt-clicking on tray icons with script running.

Fixed.

There is another problem when copying/pasting/cutting files from desktop. It seems that when I start running the action script (when the recognization of a symbol is successful) it focuses to another window that had focus before, but not the desktop itself.
_________________
Working now on:
NSIS Wiki (NSIS)
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Sun Dec 05, 2004 6:04 pm    Post subject: Reply with quote

now it works fine with other icons in the tray but still behaves strangely with its own icon. don't mean to be nagging, but want it to be best.
_________________
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Sun Dec 05, 2004 6:50 pm    Post subject: Reply with quote

Quote:
You were probably already planning this, but I think what it most needs is some introductory remarks
I failed to notice that your post at the top contains instructions. I guess I was in such a hurry to download the script that I didn't notice (I'm used to scripts that explain themselves in their headers).

Rajat wrote:
now it works fine with other icons in the tray but still behaves strangely with its own icon. don't mean to be nagging, but want it to be best.
Probably due to a limitation of AutoHotkey itself.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page 1, 2, 3  Next
Page 1 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