summaryrefslogtreecommitdiff
path: root/_windows/ahk/element.ahk
diff options
context:
space:
mode:
Diffstat (limited to '_windows/ahk/element.ahk')
-rw-r--r--_windows/ahk/element.ahk11
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