Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleB79 committed Apr 15, 2022
1 parent 28204e7 commit 592a1f3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ The result of the following Magnifier native commands may be reported by this ad
* Select the full screen view: Control+Alt+F
* Select the lens view: Control+Alt+L
* Cycle through the three view types: Control+Alt+M
* Resize the lens with the keyboard: Shift+Alt+Left/Right/Up/DownArrow.
Note: although this does not seem to be documented, this shortcut seems to have been withdrawn in recent Windows versions such as Windows 2004.
* Resize the lens with the keyboard: Shift+Alt+Left/Right/Up/DownArrow
Note: although this does not seem to be documented, this shortcut seems to have been withdrawn in recent Windows versions such as Windows 10 2004.
* Move the magnified view: Control+Alt+Arrows

Here is also a list of other Magnifier native commands, just for information:
Expand Down Expand Up @@ -146,6 +146,18 @@ None of the Magnifier native commands can be modified.

## Change log

### Version 2.0

* The view can be moved with arrows while in Windows Magnifier layer.
* Capability to keep the Magnifier commands Window always on top or not.
* Added "Report screen edges" feature.
* Volume setting of tones when using move view commands.
* Reporting view moves and mouse to view commands are now supported in Lens mode.
* Compatibility with NVDA 2022.1.
* Fixed a bug that sometimes incorrectly reported that the Magnifier was not working upon script call.
* The release is now performed thanks to a GitHub action instead of appVeyor.
* Updated localizations.

### Version 1.1

* Added localizations.
Expand Down
11 changes: 1 addition & 10 deletions TODOList.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
TODO list:

Before stable release:
Delete vocal feedback for move commands unless good reason to keep it.

Known bugs:
- ctrl+alt+M quickly: may say nothing or wrong value.

Expand All @@ -26,11 +23,5 @@ New features investigation:
- Try to compute the number of left/right/up/down pane required to get mouse/caret/focus next to the center of the view and send programmatically control+alt+arrow to move the view.
-> To do
* mouseToView:
- full screen: already implemented
- full screen and lens: already implemented
- docked: tried to get the source of magnified view via magnifier API, but unsuccessful.
- lens: not applicable: the zoomed view has always the mouse in center since this is the way the lens works.
* Beep when paning the view if we reached bhe screen edge. Or configurable (nothing, beep, message).
* Make paning commands feedback configurable (nothing, beep or direction); at least config without UI.



2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- Allows to reduces the cases where table navigation command conflict with Magnifier's commands.
- Adds some keyboard shortcuts to toggle various Magnifier options."""),
# version
"addon_version": "1.1",
"addon_version": "2.0",
# Author(s)
"addon_author": u"Cyrille Bougot <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 592a1f3

Please sign in to comment.