Skip to content

Commit 0c3b1b5

Browse files
Merge ebe421f into aa351c5
2 parents aa351c5 + ebe421f commit 0c3b1b5

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

source/brailleDisplayDrivers/hidBrailleStandard.py

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -213,36 +213,36 @@ def display(self, cells: List[int]):
213213
gestureMap = inputCore.GlobalGestureMap({
214214
"globalCommands.GlobalCommands": {
215215
"braille_scrollBack": (
216-
"br(HID):panLeft",
217-
"br(HID):rockerUp",
216+
"br(hidBrailleStandard):panLeft",
217+
"br(hidBrailleStandard):rockerUp",
218218
),
219219
"braille_scrollForward": (
220-
"br(HID):panRight",
221-
"br(HID):rockerDown",
220+
"br(hidBrailleStandard):panRight",
221+
"br(hidBrailleStandard):rockerDown",
222222
),
223-
"braille_previousLine": ("br(HID):space+dot1",),
224-
"braille_nextLine": ("br(HID):space+dot4",),
225-
"braille_routeTo": ("br(HID):routerSet1_routerKey",),
226-
"braille_toggleTether": ("br(HID):up+down",),
227-
"kb:upArrow": ("br(HID):joystickUp",),
228-
"kb:downArrow": ("br(HID):joystickDown",),
229-
"kb:leftArrow": ("br(HID):space+dot3", "br(HID):joystickLeft"),
230-
"kb:rightArrow": ("br(HID):space+dot6", "br(HID):joystickRight"),
223+
"braille_previousLine": ("br(hidBrailleStandard):space+dot1",),
224+
"braille_nextLine": ("br(hidBrailleStandard):space+dot4",),
225+
"braille_routeTo": ("br(hidBrailleStandard):routerSet1_routerKey",),
226+
"braille_toggleTether": ("br(hidBrailleStandard):up+down",),
227+
"kb:upArrow": ("br(hidBrailleStandard):joystickUp",),
228+
"kb:downArrow": ("br(hidBrailleStandard):joystickDown",),
229+
"kb:leftArrow": ("br(hidBrailleStandard):space+dot3", "br(hidBrailleStandard):joystickLeft"),
230+
"kb:rightArrow": ("br(hidBrailleStandard):space+dot6", "br(hidBrailleStandard):joystickRight"),
231231
"showGui": (
232-
"br(HID):space+dot1+dot3+dot4+dot5",
232+
"br(hidBrailleStandard):space+dot1+dot3+dot4+dot5",
233233
),
234-
"kb:shift+tab": ("br(HID):space+dot1+dot3",),
235-
"kb:tab": ("br(HID):space+dot4+dot6",),
236-
"kb:alt": ("br(HID):space+dot1+dot3+dot4",),
237-
"kb:escape": ("br(HID):space+dot1+dot5",),
238-
"kb:enter": ("br(HID):joystickCenter"),
234+
"kb:shift+tab": ("br(hidBrailleStandard):space+dot1+dot3",),
235+
"kb:tab": ("br(hidBrailleStandard):space+dot4+dot6",),
236+
"kb:alt": ("br(hidBrailleStandard):space+dot1+dot3+dot4",),
237+
"kb:escape": ("br(hidBrailleStandard):space+dot1+dot5",),
238+
"kb:enter": ("br(hidBrailleStandard):joystickCenter"),
239239
"kb:windows+d": (
240-
"br(HID):Space+dot1+dot4+dot5",
240+
"br(hidBrailleStandard):Space+dot1+dot4+dot5",
241241
),
242-
"kb:windows": ("br(HID):space+dot3+dot4",),
243-
"kb:alt+tab": ("br(HID):space+dot2+dot3+dot4+dot5",),
242+
"kb:windows": ("br(hidBrailleStandard):space+dot3+dot4",),
243+
"kb:alt+tab": ("br(hidBrailleStandard):space+dot2+dot3+dot4+dot5",),
244244
"sayAll": (
245-
"br(HID):Space+dot1+dot2+dot3+dot4+dot5+dot6",
245+
"br(hidBrailleStandard):Space+dot1+dot2+dot3+dot4+dot5+dot6",
246246
),
247247
},
248248
})

0 commit comments

Comments
 (0)