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 = {}