diff options
| author | kkard2 <[email protected]> | 2023-07-10 11:06:11 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-10 11:06:11 +0200 |
| commit | efa0d2fbaf917bf3cd2efd54166caa56d5fb30dc (patch) | |
| tree | 1cb2114f5d844f6c58234238c9bf28d66e5bf9fd /_windows/ahk/discord.ahk | |
| parent | dfbd247f37142efd24afe8878776562f1913a142 (diff) | |
| parent | 3bae70f7ab8a430923259245844862224a49982d (diff) | |
Merge branch 'main' of github.com:kkard2/.dotfiles
Diffstat (limited to '_windows/ahk/discord.ahk')
| -rw-r--r-- | _windows/ahk/discord.ahk | 11 |
1 files changed, 11 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 |
