Skip to content

Commit 91cbe0d

Browse files
committed
added commented out debugging lines
1 parent 4c6fb63 commit 91cbe0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/globalPlugins/MathCAT/MathCAT.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def script_navigate(self, gesture: KeyboardInputGesture):
279279
"alt" in modNames,
280280
False,
281281
)
282+
# log.info(f"Navigate speech for {gesture.vkCode}/(s={'shift' in modNames}, c={'control' in modNames}): '{text}'")
282283
speech.speak(ConvertSSMLTextForNVDA(text, self._language))
283284

284285
# update the braille to reflect the nav position (might be excess code, but it works)

0 commit comments

Comments
 (0)