summarylogtreecommitdiffstats
path: root/set-chat-key-to-f12.patch
diff options
context:
space:
mode:
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:
+