diff --git a/win/win.ahk b/win/win.ahk index 4d545b6..e929e91 100644 --- a/win/win.ahk +++ b/win/win.ahk @@ -7,7 +7,7 @@ CoordMode, Mouse, Screen ; mouse coordinates relative to the screen ; ========================= ; DEBUGGING ; ========================= -global DEBUGGING := true +global DEBUGGING := False ToggleDebugging() { global DEBUGGING @@ -89,13 +89,13 @@ SetDisableLockWorkstationRegKeyValue(1) ; in order to remap win+l ; Win + Shift + b => Whitelist active window so it always be arranged when launched #+w::WhitelistArrangementForActiveWindow() ; Win + Shift + i => Remove active window from Blacklist/Whitelist -#+i::IgnoreArrangementForActiveWindow() +#+g::IgnoreArrangementForActiveWindow() ; Win + Shift + d => Toggle debug logging #+d::ToggleDebugging() -#h::MoveCursorToMonitor("left") -#l::MoveCursorToMonitor("right") -#+h::MoveWindowToMonitor("left") -#+l::MoveWindowToMonitor("right") +#u::MoveCursorToMonitor("left") +#i::MoveCursorToMonitor("right") +#+u::MoveWindowToMonitor("left") +#+i::MoveWindowToMonitor("right") ; CLIPBOARD MANAGER @@ -126,10 +126,4 @@ SetDisableLockWorkstationRegKeyValue(1) ; in order to remap win+l ; Send {~} ; SetCapsLockState % !GetKeyState("CapsLock", "T") ; Return -; Capslock::return - - -#t:: - MouseGetPos, MouseX, MouseY - MsgBox, s: %MouseX%, sh: %MouseY% - return \ No newline at end of file +; Capslock::return \ No newline at end of file