-
-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to bookmark objects, and monitor them for changes #498
Comments
Comment 1 by mdcurran on 2009-12-08 03:47 However, this means you can't use the navigator object for other things, or else you'll lose your place. Also this doesn't allow you to have more than one object of interest. Perhaps we need a way for the user to set NVDA to remember up to 5 or so objects of interest. and provide shortcut keys to announce each one, and perhaps also for these objects to automatically announce if they change, like the focus does. Not sure what shortcut keys we would use. nvda+1/5 would be good but these are currently taken. Changes: |
Comment 2 by jteh on 2010-05-18 04:43 |
Comment 3 by mdcurran on 2010-11-24 10:56 |
Comment 4 by mdcurran on 2010-12-01 05:20 |
Comment 8 by nvdakor on 2014-12-12 06:46 |
Comment 9 by briang1 on 2014-12-12 10:59 |
Labelled as feature. @michaelDCurran, seems like you already had a rough implementation sketch in mind? |
@josephsl, you have such a feature for mouse positions in golden cursor. @michaelDCurran, is it an option to implement golden cursor functions in NVDA? Then i guess it will be quite easy to extend the save position feature for the NVDA cursor as well. |
Hi, if you’re talking about saving mouse positions, that wasn’t written by me – someone else did, which I then made improvements. Thanks.
From: Adriani90 <[email protected]>
Sent: Thursday, July 12, 2018 11:46 AM
To: nvaccess/nvda <[email protected]>
Cc: Joseph Lee <[email protected]>; Mention <[email protected]>
Subject: Re: [nvaccess/nvda] navigation object should have some sorts of macro (#498)
@josephsl <https://github.com/josephsl> , you have such a feature for mouse positions in golden cursor. @michaelDCurran <https://github.com/michaelDCurran> , is it an option to implement golden cursor functions in NVDA? Then i guess it will be quite easy to extend the save position feature for the NVDA cursor as well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#498 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AHgLkHfseYMAde-IDlFobmrUj8a_k_Cfks5uF5mAgaJpZM4ObHB0> .
|
Hello, cc @michaelDCurran @seanbudd Grateful |
I support this proposal. In fact, when implementing this, be sure to think about a second layer of voice that speaks the monitored content. Because when I monitor a part of a screen, I will most probably do something else in parallel and I certainly would not like the current voice to be interupted. There is also the addon obj watcher which already put some basis for implementation for this feature, though I think the technical aspects in #498 (comment) are very important. |
Reported by drein on 2009-12-05 11:27
If navigation object have the capability to store position of the navigation object cursor, the user can recall that position with a shortkey.
This should be made separately for each application and the word "macro" indicated in the title of the ticket is not a "must", Authors should decide what is the fastest and best method to implement it.
As a result, the user can place its "marker" and recall that position. It is useful in several applications, for example in a p2p software to know download speed, in an antivirus program to know numbers of file scan, and other and other.
Blocking #1481, #1558, #2430
The text was updated successfully, but these errors were encountered: