
		WORDSTAR KEYBOARD LAYOUT FOR VEDIT
		----------------------------------

The WordStar layout comes very close for the common cursor movement and
editing functions. Most of the original WordStar control keys and some of the
newer (Version 4 and later) IBM PC Function keys are emulated.

Major Differences:

1.  <F1> and <Ctrl-J> are the [HELP] keys. <F10> pops up the menu system.

2.  <Enter> inserts a "newline" (splits the line) when in insert mode. <F3>
    always moves the cursor to the next line.

3.  Although Wordstar assigns <Home> equivalent to ^QE (top of screen) and
    <End> equivalent to ^QX (end of screen), we have assigned <Home> to
    [LINE BEGIN] and <End> to [LINE END].

Notes:	{HELP, Keyboard layout} will display the keyboard layout listed on
	the next page. However, the screen for "Built-in Keystroke Macros"
	will not be correct. This can be corrected by editing the beginning
	of VPHELP.HLP which is an explanation of the built-in keystroke
	macros.

	In order for e.g. "^K B" to be equivalent to "^K ^B", {CONFIG, Misc,
	Keyboard input options} must be set to "17"; this is the default
	setting. The embedded command "Config(U_KEY_IN_O,17)" in WORDSTAR.KEY
	ensures that it is set correctly.

		  KEYBOARD LAYOUT

"+" indicates functions not available on WordStar
"!" indicates functions which operate differently from WordStar

[BACKSPACE]		^H			<Backspace>
[BACKTAB]	   +	<Shft-Tab>
[CANCEL]		^U			<F2>		<Ctrl-\>
[CURSOR UP]		^E			<Up Arrow>
[CURSOR DOWN]		^X			<Down Arrow>
[CURSOR RIGHT]		^D			<Right Arrow>
[CURSOR LEFT]		^S			<Left Arrow>
[DELETE]		^G			<Del>
[DEL PREV WORD]    +	^Q T			<Ctrl-Bksp>
[DEL NEXT WORD]		^T			<F6>
[ENTER CTRL]		^P P			<Ctrl-^>
[ERASE BOL]		^Q Del
[ERASE EOL]		^Q Y
[ERASE LINE]		^Y			<F5>
[ESCAPE]	   +	<Esc>
[HELP]			^J			<F1>
[INSERT MODE]		^V			<Ins>
[LINE BEGIN]		^Q S			<Home>		<Ctrl-F9>
[LINE END]		^Q D			<End>		<Ctrl-F10>
[MENU]		   +	^Q M			<F10>
[NEXT LINE]	   !	<F3>			<Ctrl-Enter>
[NEXT PARA]	   +	^Q <PgDn>
[NEXT TAB STOP]	   +	^Q --->|		<Ctrl-Tab>
[NEXT WORD]		^F			<Ctrl-Right Arrow>
[PAGE UP]		^R			<PgUp>
[PAGE DOWN]		^C			<PgDn>
[PREVIOUS PARA]		^Q <PgUp>
[PREVIOUS WORD]		^A			<Ctrl-Left Arrow>
[REPEAT]		^Q Q
[REPEAT LAST]	   +	<Alt-R>
[SCREEN BEGIN]		^Q E
[SCREEN END]		^Q X
[SCROLL UP]		^W			<Ctrl-PgUp>
[SCROLL DOWN]		^Z			<Ctrl-PgDn>
[SCROLL RIGHT]	   +	^Q <Right Arrow>
[SCROLL LEFT]	   +	^Q <Left Arrow>
[TAB CHARACTER]		<Tab>
[T-REG COPY]	   +	<Numpad+>		<Ctrl-F11>
[T-REG MOVE]	   +	<Numpad->		<Alt-F11>
[T-REG INSERT]	   +	<Numpad*>		<F11>
[VISUAL ESCAPE]	   +	<Alt-\>			<Alt-F10>
[VISUAL EXIT]	   +	<Alt-/>			<Numpad-/>

Begin of file		^Q R			<Ctrl-Home>
End of file		^Q C			<Ctrl-End>
Begin of block		^Q B
End of block		^Q K
To specified line	^Q I			<Ctrl-F4>
Search			^Q F			<Ctrl-F1>
Replace			^Q A			<Ctrl-F2>
Search/replace again	^L			<Ctrl-F3>
Start of last search	^Q V
To Marker 0-9		^Q 0 through ^Q 9

Delete line to left	^Q <Del>
Delete word		^T			<F6>

Mark block begin	^K B			<Shft-F9>
Mark block end		^K K			<Shft-F10>
Copy Block		^K C			<Shft-F8>	<Ctrl-F12>
Move Block		^K V			<Shft-F7>	<Alt-F12>
Delete block		^K Y			<Shft-F5>
Column mode		^K N
Write block to disk	^K W
Set Marker 0-9		^K 0 through ^K 9
Convert block to LC	^K '
Convert block to UC	^K "

Insert a file from disk		^K R
Run a program/DOS command	^K F
Change logged drive/direc	^K L
Save and resume editing		^K S		<F9>
Save menu		   !!	^K D		<F10>
Save and exit window		^K X
Quit without saving	   !	^K Q
Save and Print			<Ctrl-PrtSc>

Set right margin		^O R		<Ctrl-F6>
Set left margin			^O L		<Ctrl-F5>
Justify				^O J
Center line			^O C		<Shft-F2>
Set tab stops			^O I
Set printer line spacing	^O S
Format paragraph		^B
Indent (margin/block)	   +	<F8>
Undent (margin/block)	   +	<F7>

Insert date			^P @
Insert time			^P !
Insert Line-Feed		^P J
Insert Form-Feed		^P L
Insert CR-LF			^N

Switch/create edit buffer  +	<F4>
Switch windows		   +	<Alt-F4>
Open (edit) new file	   +	<Alt-N>		(Same buffer)
Open (edit) new file	   +	<Alt-O>		(New buffer, same window)
Open (edit) new file	   +	<Alt-Y>		(New buffer, new window)
Toggle between files	   +	<Alt-T>
Toggle VGA/EGA line mode   +	<Alt-L>
Toggle text colors	   +	<Alt-J>
Start up Compiler Support  +	<Alt-I>

Cut (move) to scratchpad   +	<Shft-Del>
Copy to scratchpad	   +	<Ctrl-Ins>
Paste scratchpad	   +	<Shft-Ins>

{Block}  Menu			<Alt-B>
{Config} Menu			<Alt-C>
{Edit}   Menu			<Alt-E>
{File}   Menu			<Alt-F>
{Goto}   Menu			<Alt-G>
{Help}   Menu			<Alt-H>
{Misc}   Menu			<Alt-M>
{Search} Menu			<Alt-S>
{Window} Menu			<Alt-W>
