-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
For memorized data, I don’t think we need to manually store it. This should be completely automatic, automatically saving when NVDA exits and automatically loading when NVDA starts.
- The current reliance on manual data saving may cause the user to forget. NVDA will not ask the user when exiting like Notepad, resulting in data loss.
- It takes up two extra gestures, which is not a big problem.
- The new data will replace the old data. We only save the data of 10 slots and it is not expected to take up too much disk space.
- We should consider situations where users try to save large amounts of text data, which may cause some performance issues:
- NVDA+Shift+Ctrl+Number should only intercept a small part of the content when trying to report the content in the slot, otherwise it will definitely cause performance problems.
- Possible performance problems in other read, write or storage procedures.
Metadata
Metadata
Assignees
Labels
No labels