diff options
Diffstat (limited to '_windows')
| -rw-r--r-- | _windows/ahk/discord.ahk | 11 | ||||
| -rw-r--r-- | _windows/ahk/run.ps1 | 1 |
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 |
