We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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",
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: