GNOME Bugzilla – Bug 588403
Implement ability to route the mouse pointer without clicking
Last modified: 2009-11-09 21:35:14 UTC
Users might have a need to route the mouse pointer to the locusOfFocus or the area under flat review without actually clicking: * To trigger the display of a tooltip in an application which lacks keyboard support for the showing of tooltips * To hover the mouse over an object which has a "mouse over" associated with it. (see bug 586399)
Created attachment 138299 [details] [review] revision 1 Take 1. * If flat review is being used, it routes the pointer there. Otherwise: * If the locusOfFocus implements the accessible text interface, we route to the caret location. Otherwise: * We try to route to the middle of the locusOfFocus. Failing that: * We speak an error. I guessed at desired bindings: * Orca + NumPad Slash for the Desktop layout * Orca + 9 for the laptop layout Works in the two apps I've tested in so far (Gedit and Firefox). It even pops up the silly friends menu in Facebook. (Note that this doesn't make that menu usable. But I think routing is the first step in implementing mouseover support, and it's a problem/task that can be separated out.) Thoughts?
Targetting for 2.27.5 due to strings.
This seems like good useful functionality. I also like the keystroke choices. thanks much for doing it.
Awesome, thanks Mike! Patch committed to Master. Closing as FIXED.