Maybe finally solved the plugin keybinding issue...

This commit is contained in:
Storm Dragon 2025-04-18 13:00:31 -04:00
parent f01374d15e
commit ec90906052
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ class APIHelper:
self._gestureBindings[contextName].append(binding)
# Register key grab at the system level
grab_ids = cthulhu.addKeyGrab(binding)
grab_ids = self.app.addKeyGrab(binding)
# For later removal
if grab_ids:

View File

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