MENU "Global Commands" {
	STATE "Global Commands" GLOBAL {
		COMMAND "<SysMenu> Window" {
			SCRIPT {
				syskeys$ = mid$(_arg1,0,instr(_arg1,"\"))
				SendSystemKeys syskeys$, 5000
			}
		}

		LIST "SysMenu" {
			"{Shift+Alt+Esc}\\Previous"
			"{Shift+Alt+Esc}{Alt+F4}\\Close Previous"
			"{Alt+Esc}{Alt+F4}\\Close Next"
			"{Alt+Esc}\\Next"
			"{Alt+F4}\\Close"
			"{Alt+Space}x\\Maximize"
			"{Alt+Space}n\\Minimize"
			"{Alt+Space}r\\Restore"
		}
	}
}