diff options
| author | kkard2 <[email protected]> | 2023-09-13 11:51:37 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-09-13 11:51:37 +0200 |
| commit | bd5d81e5cf064b9da0581f699e6c2cb964ca5640 (patch) | |
| tree | 421bd30bf57709f3d6d63b5f493b8060df47998b /_windows/ahk/element.ahk | |
| parent | 00cc2f7e334b775e6fbc0ebfecff5e02d8a21a81 (diff) | |
i don't have time but there are things that are not necessarry
Diffstat (limited to '_windows/ahk/element.ahk')
| -rw-r--r-- | _windows/ahk/element.ahk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_windows/ahk/element.ahk b/_windows/ahk/element.ahk new file mode 100644 index 0000000..8e5c1a7 --- /dev/null +++ b/_windows/ahk/element.ahk @@ -0,0 +1,11 @@ +#Requires AutoHotkey v2 +#SingleInstance Force + +#HotIf WinActive("ahk_exe Element.exe") +!k::!Up +!j::!Down +^!k::^!Up +^!j::^!Down ++!k::+!Up ++!j::+!Down +#HotIf |
