Skip to content

Commit

Permalink
Version bump to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ajborka committed May 12, 2020
1 parent 721b24e commit 9205821
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@ The following gestures are available when DTK is enabled.
* **UP ARROW** - Move to parent.
* **DOWN ARROW** - Move to first child.
* **CTRL+HOME** - Move to top-most parent.
* **HOME** - Move to the relative parent if one is assigned.
* **A** - In web content, speak HTML attributes. Press twice quickly to copy to the clipboard.
* **B** - Speak the position of the object's bottom edge. Press twice quickly to copy to the clipboard.
* **SHIFT+B** - Speak the distance between the object's bottom edge and the relative parent's bottom edge. Press twice quickly to copy to the clipboard.
Expand All @@ -34,6 +35,7 @@ The following gestures are available when DTK is enabled.

## Notes

* When using home or any modified version of the home key, using the numpad home key fails because NVDA will send the numpad7 keypress instead of a numpadHome keypress. Other keyboard add-ons that attempt to reassign numpad7 to the home key will fail in this add-on.
* When using the relative parent feature, DTK will set the relative parent to the desktop under the following conditions.
* The focused object and the relative parent are the same.
* The relative parent is not a direct ancestor of the focused object.
Expand All @@ -45,6 +47,10 @@ The following gestures are available when DTK is enabled.

## Version history

### 20.04

* Added a gesture (home) that gives the ability to move to the defined relative parent.

### 20.03
* Added a gesture (ALT+R) that obtains the currently focused object's control type. Examples include button, listitem, list, checkbox, and section.
* Added a gesture (SHIFT+S) that obtains the currently focused object's control states. Examples include focused, focusable, selected, checked, pressed, and readonly.
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Expand Up @@ -19,7 +19,7 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("""An NVDA addon that assists blind and visually impaired developers with creating visually appealing user interfaces."""),
# version
"addon_version" : "20.03",
"addon_version" : "20.04",
# Author(s)
"addon_author" : u"Andy Borka <ajborka@gmail.com>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 9205821

Please sign in to comment.