From f11449866b2b5b4883ded3c59abe618ca4ea72f2 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Fri, 10 Mar 2023 12:28:21 +0100 Subject: [PATCH] Disable reload hot key --- Moonlander Window Manager.ahk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Moonlander Window Manager.ahk b/Moonlander Window Manager.ahk index 37d3200..44bba98 100644 --- a/Moonlander Window Manager.ahk +++ b/Moonlander Window Manager.ahk @@ -139,7 +139,8 @@ POS := { mainFocus : {pos: {x: 0.18, y: 0}, size: {width: 0.64, height: 1 }}, } -^!r::Reload +; Uncomment the following line while making changes for easy reload. +; ^!r::Reload ; Make sure NumLock is active so that Numpad mappinfs below will work. SetNumLockState True