summaryrefslogtreecommitdiff
path: root/_windows
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
commit3bae70f7ab8a430923259245844862224a49982d (patch)
tree1cb2114f5d844f6c58234238c9bf28d66e5bf9fd /_windows
parent7e6842601240dc3291866f44a7f684b2d9525f45 (diff)
arrowless discord
Diffstat (limited to '_windows')
-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