From 3bae70f7ab8a430923259245844862224a49982d Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sun, 9 Jul 2023 12:09:58 +0200 Subject: arrowless discord --- _windows/ahk/discord.ahk | 11 +++++++++++ _windows/ahk/run.ps1 | 1 + 2 files changed, 12 insertions(+) create mode 100644 _windows/ahk/discord.ahk 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 -- cgit v1.3.1