Enabling Mouse Gestures for Cocoa Apps 36
Buhaina writes "One Gerd Knops has released version 1.0 of his Cocoa Gestures software, enabling Cocoa applications to use mouse gestures for activating common commands. This is very similar to the OptiMoz project for Mozilla and can be activated on a per-application basis."
Mixed results (Score:4, Informative)
Re:Mixed results (Score:3, Interesting)
For example, Up Down would obviously be "Next Image" in an image viewer, but wouldn't necessarily mean anything else in another app.
Re:Mixed results (Score:4, Insightful)
That was Beta, fixed in 1.0! (Score:1, Informative)
Gerd
allow me to be the first... (Score:4, Funny)
((Figured I'd get it out of the way before the Mac-bashers got here
Re:allow me to be the first... (Score:1)
(sigh)
standards (Score:4, Insightful)
Ultimately, a database where developers can "register" their gestures for functions, much like the file type/creator database for "classic" apps, is needed. Then developers can make sure that they're doing the Right Thing.
Re:standards (Score:2, Funny)
Re:standards (Score:1)
The good thing is that the gesture resulting from that confusion is pretty universal and standard.
versioning (Score:3, Funny)
In related news, two Gerd Knops released version 2.0
no thanks (Score:3, Insightful)
I can't tell you how many times I had about 6 tabs open and then mozilla shits itself and closes. The 'gesture' for closign a window was WAY to normal for me. Same with going back, or scrolling, or flipping through tabs or.... ANYTHING! I never realized how often I moved the mouse while browzing. I hold my place with the mouse pointer, and I follow through long lines of code with the pointer. If you do this too, then DON'T USE GESTURES!!
end bitching.
Re:no thanks (Score:2)
Re:no thanks (Score:1)
Re:no thanks (Score:2)
Re:no thanks (Score:2, Interesting)
If you like and use gestures, then kudos, but it was just plain awkward. albeit it will get easier after I use it for a while and don't have to think about moving the mouse in a certain way, I'm fine the way I am right now.
Sincerely,
Me.
Re:no thanks (Score:2)
CocaGestures can do that different... (Score:3, Informative)
With CocoaGestures you can have the same gesture do two different things, depending on which menu items are enabled. You cann assign the same gesture to close a tab AND close a window, making sure the close tab one is higher in the list. Now the same gesture will close a tab IF a tab is displayed, otherwise it will close the window.
End of your problem...
Gerd
Re:no thanks -- lol (Score:3, Funny)
What would be the univarsal gesture for that ?
Fist in the air and pulling down 3 times while making protty sounds ?
Re:no thanks (Score:2, Informative)
compatibility issues (Score:4, Interesting)
Last Gripe: It only has four recognised movements - up, down, left, right. It would be *much* more usefull if it could tell the difference between say left-down-right-up and a circle starting at pi/4 or between left-down and a diagonal slice up and to the right at an angle of 45+/-10 degrees.
Then again, it's *free* and it's easy to learn. ::shrugs::
Re:compatibility issues (Score:1)
Re:compatibility issues (Score:1)
If only Apple would fix drag gestures (Score:1)
Enabling Mouse Gestures for Cocoa Apps (Score:2)
But I can see how a gesture based UI would have made the bag easier to get into...
Graphics pad based commercial technology (Score:4, Interesting)
My first introduction to a technology like this was in the commercial Applicon CAD system used by some people I used to work with in the mid 70's. The system was introduced by Applicon in the early 70's.
If you do a google search for "applicon command pattern recognition" the first couple of articles are interesting. "The operator would sketch a symbol on a tablet, such as a square, and the system would interpret this to mean that it should zoom into the selected area on the CRT screen." It used a graphics pad instead of a mouse and ran on a PDP-11/45!
I downloaded the Mouse Gestures software. Let's see if it is the equal of that 30-year old stuff!
Fred
Re:Graphics pad based commercial technology (Score:2, Informative)