| View previous topic :: View next topic |
| Author |
Message |
deguix
Joined: 26 Aug 2004 Posts: 72 Location: Everett - MA, USA
|
Posted: Mon Nov 29, 2004 2:41 am Post subject: deguix's "Mouse Gestures" |
|
|
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 ).
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 , but I accept GUI donations .
[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 |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Mon Nov 29, 2004 3:12 am Post subject: |
|
|
| Sounds really cool. Looking forward to seeing it. |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Mon Nov 29, 2004 11:26 am Post subject: |
|
|
| What Chris said... |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Mon Nov 29, 2004 12:18 pm Post subject: |
|
|
wow! _________________
 |
|
| Back to top |
|
 |
dijiyd
Joined: 01 Apr 2004 Posts: 90 Location: Philippines
|
Posted: Mon Nov 29, 2004 2:18 pm Post subject: |
|
|
| 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 |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Mon Nov 29, 2004 4:45 pm Post subject: |
|
|
I think I speak for everyone when I ask when it will come out?  |
|
| Back to top |
|
 |
deguix
Joined: 26 Aug 2004 Posts: 72 Location: Everett - MA, USA
|
Posted: Tue Nov 30, 2004 3:26 am Post subject: |
|
|
Somewhere in this week probably, as I'm about finishing the GUI design right now.  _________________ Working now on:
NSIS Wiki (NSIS) |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Tue Nov 30, 2004 6:23 am Post subject: |
|
|
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. I look forward to it! |
|
| Back to top |
|
 |
deguix
Joined: 26 Aug 2004 Posts: 72 Location: Everett - MA, USA
|
Posted: Sun Dec 05, 2004 12:07 am Post subject: |
|
|
Bahhh... No patience to develop GUI . It's much more work than doing this script...
Anyways, I edited the first post so you can download the script.
Now, looking for bugs... _________________ Working now on:
NSIS Wiki (NSIS) |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sun Dec 05, 2004 5:59 am Post subject: |
|
|
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 |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sun Dec 05, 2004 3:19 pm Post subject: |
|
|
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 |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Sun Dec 05, 2004 4:06 pm Post subject: |
|
|
| Very nice work, it totally rocks! |
|
| Back to top |
|
 |
deguix
Joined: 26 Aug 2004 Posts: 72 Location: Everett - MA, USA
|
Posted: Sun Dec 05, 2004 5:11 pm Post subject: |
|
|
| 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 |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sun Dec 05, 2004 6:04 pm Post subject: |
|
|
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 |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sun Dec 05, 2004 6:50 pm Post subject: |
|
|
| 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 |
|
 |
|