summarylogtreecommitdiffstats
path: root/events.patch
diff options
context:
space:
mode:
authorVladimir Gorbunov2023-02-21 01:18:22 +0300
committerVladimir Gorbunov2023-02-21 01:18:22 +0300
commit3215d6562a095a2fc5384f63af25282c9946c7d6 (patch)
tree29f75a3c3f70b17f86a7a538de2e5f3f33b1855f /events.patch
parent68a6babdb6d8df9f7a164789955536dfe7e70fcd (diff)
downloadaur-3215d6562a095a2fc5384f63af25282c9946c7d6.tar.gz
Added experimental patch to fix systemd 253 issue
Diffstat (limited to 'events.patch')
-rw-r--r--events.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/events.patch b/events.patch
new file mode 100644
index 000000000000..2cc1cfa1e701
--- /dev/null
+++ b/events.patch
@@ -0,0 +1,13 @@
+diff --unified --recursive --text xkeysnail-0.4.0/xkeysnail/output.py xkeysnail-0.4.0.new/xkeysnail/output.py
+--- xkeysnail-0.4.0/xkeysnail/output.py 2020-10-25 17:37:41.000000000 +0300
++++ xkeysnail-0.4.0.new/xkeysnail/output.py 2023-02-21 01:09:27.194867284 +0300
+@@ -28,7 +28,7 @@
+ _keyboard_codes.update(mouse_btns)
+
+ _uinput = UInput(events={ecodes.EV_KEY: _keyboard_codes,
+- ecodes.EV_REL: set([0,1,6,8,9]),
++ ecodes.EV_REL: set([0,1,9]),
+ })
+
+ _pressed_modifier_keys = set()
+Только в xkeysnail-0.4.0.new/xkeysnail: output.py~