Inserting control characters

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
angray@beeb.net

Inserting control characters

Post by angray@beeb.net »

How do I go about inserting a Ctrl-Z in a text file ?

Aaron
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Last edited by jussij on Wed Apr 12, 2006 7:06 am, edited 1 time in total.
angray@beeb.net

Post by angray@beeb.net »

Option 2 is ideal.

Thanks,

Aaron
Post Reply