Maybe finally solved the plugin keybinding issue...
This commit is contained in:
parent
f01374d15e
commit
ec90906052
src/cthulhu
@ -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:
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user