Skip to content

Instantly share code, notes, and snippets.

@lluchs
Last active December 16, 2015 10:39
Show Gist options
  • Select an option

  • Save lluchs/5421199 to your computer and use it in GitHub Desktop.

Select an option

Save lluchs/5421199 to your computer and use it in GitHub Desktop.
; Full Screen Window
^+a::
WinSet, Style, -0xC00000,a ; remove the titlebar and border(s)
WinMove, a, , 0, 0, 1280, 1024 ; move the window to 0,0 and resize it
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment