OSDN Git Service

Fix flat review keyboard commands for laptop layout.
authorJames Teh <jamie@jantrid.net>
Fri, 10 Sep 2010 04:14:32 +0000 (14:14 +1000)
committerJames Teh <jamie@jantrid.net>
Fri, 10 Sep 2010 04:14:32 +0000 (14:14 +1000)
Previously, the desktop keys were removed and the documented keys included the alt key, which caused the menu bar to activate. The keys (which were previously present but undocumented) are now NVDA+pageUp and NVDA+pageDown.
Also some minor cosmetic fixes.

source/appModules/_default_laptop.kbd
user_docs/en/userGuide.t2t

index 9259904..9ae759c 100755 (executable)
@@ -121,8 +121,7 @@ NVDA+c=reportClipboardText
 NVDA+f9=review_markStartForCopy\r
 NVDA+f10=review_copy\r
 nvda+control+space=moveToParentTreeInterceptor\r
-nvda+alt+7=navigatorObject_moveToFlatReviewAtObjectPosition\r
-nvda+alt+j=navigatorObject_moveToObjectAtFlatReviewPosition\r
 nvda+extendedPrior=navigatorObject_moveToFlatReviewAtObjectPosition\r
+nvda+home=navigatorObject_moveToFlatReviewAtObjectPosition\r
 nvda+extendedNext=navigatorObject_moveToObjectAtFlatReviewPosition\r
-\r
+nvda+end=navigatorObject_moveToObjectAtFlatReviewPosition\r
index 5779687..fdcba27 100644 (file)
@@ -270,8 +270,8 @@ This is called flat review.
 The following two commands are used for switching to/from flat review:\r
 %kc:beginInclude\r
 || Name | Desktop key | Laptop key | Description |\r
-| Switch to flat review | NVDA+numpad7 | NVDA+alt+7 | Moves to flat review, placing you at the position of the current navigator object, allowing you to  review the screen (or document if you are currently inside one), with the text review commands.\r
-| Move to object from flat review | NVDA+numpad1 | NVDA+alt+j | navigates to the object represented by the text at the current position of the review cursor in flat review |\r
+| Switch to flat review | NVDA+numpad7 | NVDA+pageUp | Moves to flat review, placing you at the position of the current navigator object, allowing you to  review the screen (or document if you are currently inside one) with the text review commands. |\r
+| Move to object from flat review | NVDA+numpad1 | NVDA+pageDown | navigates to the object represented by the text at the current position of the review cursor in flat review |\r
 %kc:endInclude\r
 \r
 ++ Navigating with the Mouse ++\r