Skip to content

Instantly share code, notes, and snippets.

@emmhaych
emmhaych / ultrawide_screen_splitter.ahk
Created August 9, 2022 15:38
Split the screen in areas on a single ultrawide screen (Using autohotkey)
;--------------------
; Ultrawide Screen Splitter -- by emmhaych
;--------------------
;
; Split the screen in areas on a single ultrawide screen
; Supported windowing concepts are:
; | 25% | 50% | 25% | - Use hotkey Windows+Ctrl+Left/Right/Up
; | 30% | 30% | 30% | - Use hotkey Windows+Left/Right/Up
;_______________________________________________________________________