Search found 3 matches

by Unknown123
20 Nov 2023, 17:30
Forum: Ask for Help (v2)
Topic: Help with v2 script to toggle between fullscreen and windowed modes Topic is solved
Replies: 3
Views: 484

Re: Help with v2 script to toggle between fullscreen and windowed modes Topic is solved

Since I'm not experienced with AHK, it took me a little while to figure out that the numbers that decide where the active window is moved to when toggling the script, can also go into the minus. So to get the script to move the active window to my other monitor instead of completely off-screen, I ju...
by Unknown123
19 Nov 2023, 14:37
Forum: Ask for Help (v2)
Topic: Help with v2 script to toggle between fullscreen and windowed modes Topic is solved
Replies: 3
Views: 484

Re: Help with v2 script to toggle between fullscreen and windowed modes Topic is solved

Incase it's helpful to know, this was the original v1 script before someone helped convert it to the v2 script I posted. #UseHook On F12:: WinGet, TempWindowID, ID, If (WindowID != TempWindowID) { WindowID:=TempWindowID WindowState:=0 } If (WindowState != 1) { WinGetPos, WinPosX, WinPosY, WindowWidt...
by Unknown123
19 Nov 2023, 11:24
Forum: Ask for Help (v2)
Topic: Help with v2 script to toggle between fullscreen and windowed modes Topic is solved
Replies: 3
Views: 484

Help with v2 script to toggle between fullscreen and windowed modes Topic is solved

Hello, I was helped with converting a script from v1 to v2 earlier, but it's still not fully functional yet. Could someone help me to get it working please, as I'm not experienced with AHK. It's supposed to toggle between fullscreen and windowed modes of an application when pressing F12, as well as ...

Go to advanced search