From 331b1c3ad5d9f8b9ab61d72e645c37acd2d10431 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 19 Apr 2025 14:01:20 -0400 Subject: [PATCH] More debugging efforts. --- src/cthulhu/cthulhuVersion.py | 2 +- src/cthulhu/keybindings.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cthulhu/cthulhuVersion.py b/src/cthulhu/cthulhuVersion.py index 2f306d4..c5d1f93 100644 --- a/src/cthulhu/cthulhuVersion.py +++ b/src/cthulhu/cthulhuVersion.py @@ -23,5 +23,5 @@ # Fork of Orca Screen Reader (GNOME) # Original source: https://gitlab.gnome.org/GNOME/orca -version = "2025.04.18" +version = "2025.04.19" codeName = "plugins" diff --git a/src/cthulhu/keybindings.py b/src/cthulhu/keybindings.py index 3e6506b..ef3c17b 100644 --- a/src/cthulhu/keybindings.py +++ b/src/cthulhu/keybindings.py @@ -45,6 +45,7 @@ from . import settings from . import cthulhu_state from .cthulhu_i18n import _ +logger = logging.getLogger(__name__) _keysymsCache = {} _keycodeCache = {}