Page 1 of 1
Inserting control characters
Posted: Sun Nov 06, 2005 5:57 pm
by angray@beeb.net
How do I go about inserting a Ctrl-Z in a text file ?
Aaron
Posted: Sun Nov 06, 2005 10:44 pm
by jussij
How do I go about inserting a Ctrl-Z in a text file?
There are at least two options.
Option 1: If you type
Ctrl+Z and nothing happens usually this means these keys are mapped to a keyboard function. So you need to use the
Options, Editor Options menu to edit the active keymap and remove the mapping.
Option 2: The
Tools, ASCII Chart menu shows
Ctrl+Z has a decimal value of
26, so you need to use the
Macros, Execute Script menu, type in
Char and enter
26 in the resulting input dialog box.
The second option is running the
char.lua macro found in the
zScript directory.
Cheers Jussi
Posted: Tue Nov 08, 2005 5:10 pm
by angray@beeb.net
Option 2 is ideal.
Thanks,
Aaron