We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6fb63 commit 91cbe0dCopy full SHA for 91cbe0d
addon/globalPlugins/MathCAT/MathCAT.py
@@ -279,6 +279,7 @@ def script_navigate(self, gesture: KeyboardInputGesture):
279
"alt" in modNames,
280
False,
281
)
282
+ # log.info(f"Navigate speech for {gesture.vkCode}/(s={'shift' in modNames}, c={'control' in modNames}): '{text}'")
283
speech.speak(ConvertSSMLTextForNVDA(text, self._language))
284
285
# update the braille to reflect the nav position (might be excess code, but it works)
0 commit comments