summarylogtreecommitdiffstats
path: root/set-chat-key-to-f12.patch
diff options
context:
space:
mode:
authorLancelot Owczarczak2023-12-22 15:47:37 +0100
committerLancelot Owczarczak2023-12-22 15:47:37 +0100
commit55b44fd0da0320f7ac28981ca1ac54a443fe834d (patch)
tree4c31e04ea607cf6afb2b183d56f06cc947538a63 /set-chat-key-to-f12.patch
downloadaur-minimal-twitch-client.tar.gz
Initial commit
Diffstat (limited to 'set-chat-key-to-f12.patch')
-rw-r--r--set-chat-key-to-f12.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/set-chat-key-to-f12.patch b/set-chat-key-to-f12.patch
new file mode 100644
index 000000000000..d4e0b484f9a7
--- /dev/null
+++ b/set-chat-key-to-f12.patch
@@ -0,0 +1,5 @@
+89c89
+< if event.keyval == 269025072:
+---
+> if event.keyval == 269025072 or event.keyval == 65481:
+