fix plover patch
This commit is contained in:
parent
9567b97e99
commit
08d452af56
1 changed files with 2 additions and 2 deletions
|
@ -550,7 +550,7 @@ index 00000000..51bccf28
|
||||||
+</protocol>
|
+</protocol>
|
||||||
diff --git a/plover/oslayer/wayland/keyboardcontrol.py b/plover/oslayer/wayland/keyboardcontrol.py
|
diff --git a/plover/oslayer/wayland/keyboardcontrol.py b/plover/oslayer/wayland/keyboardcontrol.py
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 00000000..c3e4d1bc
|
index 00000000..ec1057bb
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/plover/oslayer/wayland/keyboardcontrol.py
|
+++ b/plover/oslayer/wayland/keyboardcontrol.py
|
||||||
@@ -0,0 +1,389 @@
|
@@ -0,0 +1,389 @@
|
||||||
|
@ -907,7 +907,7 @@ index 00000000..c3e4d1bc
|
||||||
+ self._mod_state = (depressed | latched | locked) & ~0x10
|
+ self._mod_state = (depressed | latched | locked) & ~0x10
|
||||||
+ return False
|
+ return False
|
||||||
+
|
+
|
||||||
+ def suppress_keyboard(self, keys=()):
|
+ def suppress(self, keys=()):
|
||||||
+ """Change the set of keys to capture."""
|
+ """Change the set of keys to capture."""
|
||||||
+ self._suppressed_keys = set(keys)
|
+ self._suppressed_keys = set(keys)
|
||||||
+
|
+
|
||||||
|
|
Reference in a new issue