summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-09 12:09:58 +0200
committerkkard2 <[email protected]>2023-07-09 12:09:58 +0200
commit823907b84c3eaa9b28df69208cbdf97b2d8d43c2 (patch)
tree1cb2114f5d844f6c58234238c9bf28d66e5bf9fd
parent2b4f6001cc4c028fbc29eb1947d91ce9f915e143 (diff)
arrowless discord
-rw-r--r--_windows/ahk/discord.ahk11
-rw-r--r--_windows/ahk/run.ps11
2 files changed, 12 insertions, 0 deletions
diff --git a/_windows/ahk/discord.ahk b/_windows/ahk/discord.ahk
new file mode 100644
index 0000000..9417348
--- /dev/null
+++ b/_windows/ahk/discord.ahk
@@ -0,0 +1,11 @@
+#Requires AutoHotkey v2
+#SingleInstance Force
+
+#HotIf GetKeyState("CapsLock", "P")
+^j::!Down
+^k::!Up
+^u::^!Down
+^i::^!Up
+^m::+!Down
+^,::+!Up
+#HotIf
diff --git a/_windows/ahk/run.ps1 b/_windows/ahk/run.ps1
index c802d23..011d18c 100644
--- a/_windows/ahk/run.ps1
+++ b/_windows/ahk/run.ps1
@@ -1,4 +1,5 @@
Push-Location $PSScriptRoot
.\capslock.ahk
.\media.ahk
+.\discord.ahk
Pop-Location