From 12bfca24f5b3eb4584b16213a59e83e0df4b18f2 Mon Sep 17 00:00:00 2001 From: Chrys Date: Tue, 22 Feb 2022 19:27:29 +0100 Subject: [PATCH] add debug --- .../commands/onCursorChange/15000-char_echo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py index d7668c32..75866090 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py +++ b/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py @@ -19,6 +19,8 @@ class command(): def run(self): # enabled? active = self.env['runtime']['settingsManager'].getSettingAsInt('keyboard', 'charEchoMode') + self.env['runtime']['debug'].writeDebugOut('charEchoMode: ' + str(active) + ' CAPS:' + str(self.env['input']['newCapsLock']),debug.debugLevel.INFO) + # 0 = off if active == 0: return