Posted on: 10-16-2012 - Updated on: 10-16-2012 - viewed 10618 times
Description:
This Wow macro will toggle your World of Warcraft from full screen mode to windowed mode and back again simply and quickly.
/run local a = "gxWindow"; SetCVar(a, 1-GetCVar(a)); SetCVar("gxMaximize", 0); RestartGx()
Just a small edit for those like me that prefer windowed(fullscreen)
/run local a = “gxWindow”; SetCVar(a, 1-GetCVar(a)); SetCVar(“gxMaximize”, 1); RestartGx()