Xerox -05W User Manual page 210

Xerox user's guide printer -05w, -07w & -11w
Table of Contents

Advertisement

Creating A Script File
LOGON1: pset emul mode tek
LOGON2: pset emul mode w3220
LOGON3: pset emul mode vt2207
LOGON4: pset emul mode vt2208
Programming Keyboard Macros
What we have now achieved using soft buttons could also be done using keyboard
macros. What you will achieve is less apparent, however, because you have no
visible indication like the 'name' displayed on each soft button. However, we would
attach a LOGON as above to Alt + F1 for example with:
pset macro A VK_F1 "<'logon1'>"
You may also want to change the functions normally assigned to specific keys, where
these are expected to return specific values for your application. For example, the
following lines are from a script that will redefine an Enhanced AT 102 key keyboard
for WordPerfect.
pset macro VK_F1
pset macro s VK_F1
pset macro c VK_F1
pset macro a VK_F1
pset macro c VK_PRIOR
pset macro VK_HOME
pset macro VK_ESCAPE
pset macro c VK_END
pset macro c VK_NEXT
pset macro c VK_BACK
pset macro VK_END
pset macro c VK_HOME
pset macro c VK_OEM_MINUS "<vt__f20>"
pset macro s VK_TAB
pset macro c VK_RETURN
pset macro c VK_ADD
pset macro c VK_LEFT
pset macro c VK_RIGHT
pset macro c VK_SEPARATOR "<vt__pf1>_013"
pset macro a VK_a
Note: The underscore character in each virtual key name within a
12-6
"<vt__f7>"
"<vt__pf1><vt__f7>"
"<vt__pf2><vt__f7>"
"<vt__pf3><vt__f7>"
"<vt__pf2><vt__f18>2"
"<vt__pf4>"
"<vt__f6>"
"<vt__pf2><vt__remove>"
"<vt__pf2><vt__remove>"
"<vt__pf1><vt__remove>"
"<vt__pf4><vt__pf4>"
"<vt__find>"
"<vt__pf1><vk__tab>"
"<vt__pf1>_013"
"<vk__subtract>"
"<vt__pf1>_027[D"
"<vt__pf1>_027[C"
"<vt__pf3>+A"
string has to be entered twice because a single underscore
character is used to introduce an ASCII decimal value or
equivalent.

Advertisement

Table of Contents
loading

This manual is also suitable for:

-07w & -11w

Table of Contents