Skip to content

"Report navigator object dimensions" doesn't work with laptop layout #1498

@nvaccessAuto

Description

@nvaccessAuto

Reported by nishimotz on 2011-05-10 13:49
"Report navigator object dimensions" doesn't work
with Japanese kbd & laptop layout.

Solved with gestures.ini as follows:
[globalCommands.GlobalCommands]
navigatorObject_currentDimensions = kb:NVDA+delete

Seems to be a typo for laptop layout.

Please review my patch below:

=== modified file 'source/globalCommands.py'
--- source/globalCommands.py    2011-04-04 00:54:26 +0000
+++ source/globalCommands.py    2011-05-10 13:39:45 +0000
@@ -989,7 +989,7 @@
        "kb:NVDA+shift+numpadMinus": "navigatorObject_moveFocus",
        "kb(laptop):NVDA+shift+backspace": "navigatorObject_moveFocus",
        "kb:NVDA+numpadDelete": "navigatorObject_currentDimensions",
-       "kb(desktop):NVDA+delete": "navigatorObject_currentDimensions",
+       "kb(laptop):NVDA+delete": "navigatorObject_currentDimensions",

        # Review cursor
        "kb:shift+numpad7": "review_top",

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions