[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: Problem with graphics view...?
- Subject: Re: Problem with graphics view...?
- From: "Robert Holmgren" holmgren@xxxxxxxx
- Date: Fri, 2 Jun 2006 17:02:45 -0400
** Reply to message from "Patricia M. Godfrey" on Fri, 02
Jun 2006 13:02:43 -0400
> PS Did so, but on this box at least I have to hit
> Alt-enter to get back into draft mode after running it.
Alt-Enter *after* running it? After you run it, you should be in fullscreen
Graphics. So, to reverse the process, you'd have to toggle back into
fullscreen Draft, then Alt-Enter to return to a Desktop window. So let's
see... func WZ (on Shift-F8) is a toggle function, therefore...
dos/nv/z /c goxy "{self}" /key(SHF8WT{500}ALET)
i.e. SHift-F8 (Graphics==>Draft), WaiT 500ms (for video mode to normalize),
ALt-EnTer (fullscreen==>window). Those are the keystrokes that are poked into
the keyboard buffer. "{self}" simply means that keystrokes are poked into
GoXy's own process, which = XyWrite's process, because shelling to DOS with
dos/nv remains entirely in XyWrite's process.
-----------------------------
Robert Holmgren
holmgren@xxxxxxxx
-----------------------------