Skip to content

Instantly share code, notes, and snippets.

@henriksb
Created October 23, 2020 02:49
Show Gist options
  • Select an option

  • Save henriksb/bf6af82c3f06bbb2f397fce8481ad294 to your computer and use it in GitHub Desktop.

Select an option

Save henriksb/bf6af82c3f06bbb2f397fce8481ad294 to your computer and use it in GitHub Desktop.
Disables the windows button whenever you are fullscreen (in a video game)
Rwin::
Lwin::
WinGetPos, vWinX, vWinY, vWinW, vWinH, A
if(vWinW = "1920")
{
return
}
else
{
Send, {Lwin}
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment