From f01374d15e3ed64ea7a337a14f39f88796068608 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 14 Apr 2025 05:04:59 -0400 Subject: [PATCH] One more try before sleep. --- src/cthulhu/cthulhu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cthulhu/cthulhu.py b/src/cthulhu/cthulhu.py index ff3844e..a3a97be 100644 --- a/src/cthulhu/cthulhu.py +++ b/src/cthulhu/cthulhu.py @@ -121,7 +121,7 @@ class APIHelper: self._gestureBindings[contextName].append(binding) # Register key grab at the system level - grab_ids = self.app.addKeyGrab(binding) + grab_ids = cthulhu.addKeyGrab(binding) # For later removal if grab_ids: