More debugging efforts.

This commit is contained in:
Storm Dragon 2025-04-19 14:01:20 -04:00
parent 04b8592ed3
commit 331b1c3ad5
2 changed files with 2 additions and 1 deletions

View File

@ -23,5 +23,5 @@
# Fork of Orca Screen Reader (GNOME) # Fork of Orca Screen Reader (GNOME)
# Original source: https://gitlab.gnome.org/GNOME/orca # Original source: https://gitlab.gnome.org/GNOME/orca
version = "2025.04.18" version = "2025.04.19"
codeName = "plugins" codeName = "plugins"

View File

@ -45,6 +45,7 @@ from . import settings
from . import cthulhu_state from . import cthulhu_state
from .cthulhu_i18n import _ from .cthulhu_i18n import _
logger = logging.getLogger(__name__)
_keysymsCache = {} _keysymsCache = {}
_keycodeCache = {} _keycodeCache = {}