Strange that the "swiping & pinch to zoom" gestures (starting at 41) are exactly opposite of how they work in an iPad. I can understand swiping being backward - people can disagree about "move the camera" vs. "move the paper" - but pinch-to-zoom-in is wrong in all contexts. ah, microsoft. you've got this cool research, but somehow you manage to make the usability all wrong. how did these people not notice that they i…
but pinch-to-zoom-in is wrong in all contexts. Smaller distance between finger tips == smaller abstract distance from what's show on the screen. To "move farther away" you move your fingers farther apart. It doesn't seem all that odd. Just requires shifting the mental model (as with swiping). Meanwhile, later in the same video (3:21), they show the same gesture following the more common behavior (widening fingertip d…
A Motion-Sensing Keyboard
81–90 of 140 posts
Re: A Motion-Sensing Keyboard
#82Earlier quoted context omitted.
That's the best description I've ever heard. Apple really got this wrong with their new default "natural" scrolling on OS X.
Eh. I prefer natural scrolling. Took me two seconds to get used to and I don't like the 'normal' way anymore. On my work laptop, though, I keep it off because it reverses a mouse scroll wheel too, which I find abhorrent.
Re: A Motion-Sensing Keyboard
#83Earlier quoted context omitted.
The problem with the implementation demonstrated in the video is that the gesture is recognised, and then the action happens. There is no one-to-one mapping between the gesture in progress and action on screen, so I suspect it will not feel anywhere near as nice as a trackpad or touchscreen.
I think that could be improved with a higher resolution sensor, but the question is whether you could build such a thing while retaining space for physical keys. IIRC, current gesture recognition still takes a couple hundred milliseconds on modern consumer touch screens (iPhones, etc.), especially for the "click" action.
Re: A Motion-Sensing Keyboard
#84Re: A Motion-Sensing Keyboard
#85The idea of turning the surface of the keyboard into a trackpad is very cool, you could almost get rid of the mouse. Except for, how do you click the mouse pointer? Accidental clicks of keyboard keys is probably what makes it impractical.
Re: A Motion-Sensing Keyboard
#86[deleted]
Re: A Motion-Sensing Keyboard
#87Earlier quoted context omitted.
I think that could be improved with a higher resolution sensor, but the question is whether you could build such a thing while retaining space for physical keys. IIRC, current gesture recognition still takes a couple hundred milliseconds on modern consumer touch screens (iPhones, etc.), especially for the "click" action.
Couldn't you make the keys transparent and put the IR sensors below them?
My initial thoughts: 1) is there space underneath the key for such a sensor? 2) would the infrared light bounce off of the plastic on the key? 3) would transparent keys affect chicken-peckers (and other users) adversely?
Not saying it's not possible, although I imagine there will be challenges.
Re: A Motion-Sensing Keyboard
#88Re: A Motion-Sensing Keyboard
#89Re: A Motion-Sensing Keyboard
#90Earlier quoted context omitted.
The problem with the implementation demonstrated in the video is that the gesture is recognised, and then the action happens. There is no one-to-one mapping between the gesture in progress and action on screen, so I suspect it will not feel anywhere near as nice as a trackpad or touchscreen.
For that matter even with Touch Screen, a gesture is extracted/identified by touch Algorithms (either in Touch controller or SoC). Only later, an action is taken. So there will defenitely be an inherent delay. These algos involve similar classification methods as mentioned in this demo.