diff --git a/ahk/Fullscreen.ahk b/ahk/Fullscreen.ahk index 0b89c80..9267ec2 100644 --- a/ahk/Fullscreen.ahk +++ b/ahk/Fullscreen.ahk @@ -10,7 +10,6 @@ ; - Fullscreen_double.ahk (separate enter/exit hotkeys) ; ; Hotkeys: -; End - Toggle borderless fullscreen (multi-monitor aware) ; Ctrl+Alt+K - Enter borderless fullscreen ; Ctrl+Alt+L - Exit and restore window ; Ctrl+Alt+End - Toggle with always-on-top @@ -22,13 +21,6 @@ InitScript(true, true, true) ; UIA + Admin + Performance optimizations Persistent -; ============================================================================ -; Primary hotkey - End key toggles fullscreen with multi-monitor support -; ============================================================================ -End:: { - ToggleFakeFullscreenMultiMonitor("A") -} - ; ============================================================================ ; Alternative hotkeys for explicit enter/exit ; ============================================================================