MouseGesture, IfWinActive, Notepad MouseGesture, Right, DR, MyLabel ;DR means Down-Right MouseGesture, IfWinActive, Return MyLabel: msgbox %A_ThisGesture% is called. ;shows DR is called. Return
MouseGesture, MouseButton, Directions, [Label, Options]
Started by
Guest
, Dec 24 2011 01:36 PM
2 replies to this topic
#1
Guests
Posted 24 December 2011 - 01:36 PM
What about implementing the mouse gesture functionality?
#2
Posted 24 December 2011 - 07:51 PM
Mouse gesture functionality is available via several user scripts. Could you elaborate on the benefits of having gestures supported natively instead?
#3
Guests
Posted 25 December 2011 - 03:42 AM
The reasons I suggest this:
[*:29cr0bo6]One has to investigate which library works the best. That involves to know the usage for each library and what doesn't work, and which one is efficient in which part in comparison. This is the most time-consuming task for a user.[*:29cr0bo6]User libraries often have bugs and compatibility issues which start not working when AutoHotkey is updated so it is much reliable and reasonable that an expert takes the job for such powerful and effective functionality.[*:29cr0bo6]There are more than several scripts for mouse gestures. That tells it is a popular demand held among various users.[*:29cr0bo6]User libraries useually have own licence. So they cannot be easily used in scripts for distributing purpose. [*:29cr0bo6]Mouse gesture functionality is very similar to hotkey functionality in a way that triggers an event so it perfectly fits into the spirit of AutoHotkey.Available mouse gesture libraries:
[*:29cr0bo6][module] Mouse gestures [*:29cr0bo6]Lex' Mouse Gestures [*:29cr0bo6]Mouse Gestures -- by deguix [*:29cr0bo6]Strokeit-like AHK Mouse Gesture with colored mouse trail [*:29cr0bo6][AHK_L] MGR : Mouse Gesture Recognizer v0.7 + v0.8!!! [*:29cr0bo6][MouseGesture.ahk] Mouse Gesture Script English Version [*:29cr0bo6]Mouse Gesture Script with Tooltip Program Launcher [*:29cr0bo6]jGestures: another mouse gestures [*:29cr0bo6]a simple mouse gesture script [*:29cr0bo6]Mouse Movement HotKeys - simple mouse gestures
[*:29cr0bo6]One has to investigate which library works the best. That involves to know the usage for each library and what doesn't work, and which one is efficient in which part in comparison. This is the most time-consuming task for a user.[*:29cr0bo6]User libraries often have bugs and compatibility issues which start not working when AutoHotkey is updated so it is much reliable and reasonable that an expert takes the job for such powerful and effective functionality.[*:29cr0bo6]There are more than several scripts for mouse gestures. That tells it is a popular demand held among various users.[*:29cr0bo6]User libraries useually have own licence. So they cannot be easily used in scripts for distributing purpose. [*:29cr0bo6]Mouse gesture functionality is very similar to hotkey functionality in a way that triggers an event so it perfectly fits into the spirit of AutoHotkey.Available mouse gesture libraries:
[*:29cr0bo6][module] Mouse gestures [*:29cr0bo6]Lex' Mouse Gestures [*:29cr0bo6]Mouse Gestures -- by deguix [*:29cr0bo6]Strokeit-like AHK Mouse Gesture with colored mouse trail [*:29cr0bo6][AHK_L] MGR : Mouse Gesture Recognizer v0.7 + v0.8!!! [*:29cr0bo6][MouseGesture.ahk] Mouse Gesture Script English Version [*:29cr0bo6]Mouse Gesture Script with Tooltip Program Launcher [*:29cr0bo6]jGestures: another mouse gestures [*:29cr0bo6]a simple mouse gesture script [*:29cr0bo6]Mouse Movement HotKeys - simple mouse gestures




