OSDN Git Service

baum driver: Change next line to d3 to be more consistent with key maps in other...
authorJames Teh <jamie@jantrid.net>
Sun, 23 Jan 2011 18:01:09 +0000 (04:01 +1000)
committerJames Teh <jamie@jantrid.net>
Sun, 23 Jan 2011 18:01:09 +0000 (04:01 +1000)
source/brailleDisplayDrivers/baum.py
user_docs/en/userGuide.t2t

index 5dcdc1b..6f8d505 100644 (file)
@@ -248,7 +248,7 @@ class BrailleDisplayDriver(braille.BrailleDisplayDriver):
                        "braille_scrollBack": ("br(baum):d2",),\r
                        "braille_scrollForward": ("br(baum):d5",),\r
                        "braille_previousLine": ("br(baum):d1",),\r
-                       "braille_nextLine": ("br(baum):d4",),\r
+                       "braille_nextLine": ("br(baum):d3",),\r
                        "braille_routeTo": ("br(baum):routing",),\r
                        "kb:upArrow": ("br(baum):up",),\r
                        "kb:downArrow": ("br(baum):down",),\r
index dcab6ce..e59031a 100644 (file)
@@ -972,7 +972,7 @@ Please see the display's documentation for descriptions of where these keys can
 | Scroll braille display back | d2 |\r
 | Scroll braille display forward | d5 |\r
 | Move braille display to previous line | d1 |\r
-| Move braille display to next line | d4 |\r
+| Move braille display to next line | d3 |\r
 | Route to braille cell | routing |\r
 %kc:endInclude\r
 \r