From bd5d81e5cf064b9da0581f699e6c2cb964ca5640 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Wed, 13 Sep 2023 11:51:37 +0200 Subject: i don't have time but there are things that are not necessarry --- _windows/ahk/element.ahk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _windows/ahk/element.ahk (limited to '_windows/ahk/element.ahk') 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 -- cgit v1.3.1