Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nvaccessAuto opened this issue May 10, 2011 · 1 comment
Closed

Comments

@nvaccessAuto
Copy link

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",
@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2011-05-10 21:55
I already fixed this in f5e2598.
Changes:
Milestone changed from None to 2011.2
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant