OSDN Git Service

Support numpadDelete like the other delete key in documents / edit fields. Fixes...
authorMichael Curran <mick@kulgan.net>
Fri, 21 Jan 2011 06:03:30 +0000 (16:03 +1000)
committerMichael Curran <mick@kulgan.net>
Fri, 21 Jan 2011 06:03:30 +0000 (16:03 +1000)
source/editableText.py
user_docs/en/changes.t2t

index b74d614..14e65fd 100755 (executable)
@@ -149,6 +149,7 @@ class EditableText(ScriptableObject):
                "kb:control+home": "caret_moveByLine",\r
                "kb:control+end": "caret_moveByLine",\r
                "kb:delete": "caret_delete",\r
+               "kb:numpadDelete": "caret_delete",\r
                "kb:backspace": "caret_backspaceCharacter",\r
                "kb:control+backspace": "caret_backspaceWord",\r
        }\r
index f36246a..f024545 100644 (file)
@@ -52,7 +52,8 @@
 - In InInternet Explorer and other MSHTML controls, NVDA no longer presents destination anchors as empty links in its virtual buffer, instead these anchors are hidden as they should be. (#1326)\r
 - Object navigation around and within standard groupbox windows is no longer broken and nonsemetrical.\r
 - In Firefox and other Gecko-based documents, NVDA will no longer get stuck in a subframe if it finishes loading before the outer document.\r
-\r
+- NVDA  now appropriately announces the next character when deleting a character with numpadDelete. (#286)\r
\r
 \r
 == Changes for Developers ==\r
 - SCons is now used to prepare the source tree and create binary builds, portable archives, installers, etc. See readme.txt at the root of the source distribution for details.\r