|
From: Peter V. <pe...@da...> - 2009-04-04 21:00:32
|
Hello, I think when you are browsing a document in a virtual buffer object navigator moves with the virtual buffer. So if you just wan to make sure mouse pointer points to the object being currently browsed in the virtual buffer you can execute move mouse to navigator object script and you are done. I am always working this way when I do need to click somewhere and it works fine. E.G. for a test you might like to emulate a right click instead of using applications key to inwoke a context menu. In the IAccessible2 edit fields, in richedit controls, in plain edit controls and even in scintilla this command is accurate enough to set the pointer to the character where the review cursor is positioned. Of course the bit where you want to move the mouse pointer must be currently visible on the screen. This is the check we do currently miss. Peter Mgr. Janusz Chmiel wrote: > Dear core developers, > > I would like to ask You, if would be possible to make script, which would move The mouse pointer to The object, which is wieved by The cursor in The virtual buffer in Microsoft Internet Explorer or Mozilla Firefox. Or this is not possible? > > Now, when i AM using new virtual buffer, while using Internet Explorer, i can even press context menu key to copy link to The clipboard when I Am on this link by using arrow keys in The virtual buffer. > > How complex would be to make algorithm, which would move The mouse pointer to The character, which is being at The cursor position of The virtual buffer. This would enable visually impaired users to better cooperate with A sighted computer users. > > I Am working with one sighted senior and i would like to show him more exactly the object by moving mouse pointer on it according The object, which I Am wieving by using virtual buffer. Yes, i could use NVDA navigation keys for moving between various objects, i could may be use move object navigator to The mouse, but this is not so easy and reliable like using virtual buffer. > > > Thank You for Your programmers opinions. > > The kindness regards. > > Janusz Chmiel > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Nvda-dev mailing list > Nvd...@li... > http://lists.nvaccess.org/listinfo/nvda-dev |