Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // control alt f fullscreens the currently active window
- !^f::
- WinSet, Style, -0xC40000, A
- WinMove, A, , 0, 0, 1920, 1080
- ;WinActivate, A
- return
- // control alt d moves the window back to a normal position
- !^d::
- WinSet, Style, +0xC40000, A
- WinMove, A, , 0, 0, 800, 600
- ;WinActivate, A
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement