Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions ahk/Fullscreen.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
; ============================================================================
Expand Down
Loading