
15 N	"^H"			Left arrow	Cursor left
6  N	"^L"			Right arrow	Cursor right
14 N	"^K"			Up arrow	Cursor up
79 N	"^J"			Down arrow	Cursor down

7  N	"^]"			Grid (ie,"2")	Centre cursor line
5  S	"^W"			WORD/CHAR	Next word
5  SA	"^A"			WORD/CHAR	Previous word

68 N	"^I"			TAB		TAB
68 A	"^'#80'"	^U^I	TAB		Back-TAB

13 S	"^'#81'"	^U^H	LINE/EOL	Start of line
15 A	"^'#81'"	  "	Left arrow	  "   "    "
13 N	"^'#82'"	^U^L	LINE/EOL	End of line
6  A	"^'#82'"	  "	Right arrow         "  "    "
14 A	"^'#83'"	^U^K	Up arrow	Top line of screen
79 A	"^'#84'"	^U^J	Down arrow	Bottom line of screen

15 S	"^'#85'"	^U^B	Left arrow	Start of line/screen/buffer
6  S	"^N"			Right arrow	End of line/screen/buffer
12 SA	"^'#86'"	^U^R	DOC/PAGE	Start of buffer
12 S	"^'#87'"	^U^T	DOC/PAGE	End of buffer

14 E	"^G"			Up arrow	Scroll forward 1 line
79 E	"^F"			Down arrow	Scroll back 1 line
14 S	"^'#88'"	^U^G	Up arrow	Scroll forward continuously
79 S	"^'#89'"	^U^F	Down arrow	Scroll back continuously

12 N	"^T"			DOC/PAGE	Next page (screenfull)
12 A	"^R"			DOC/PAGE	Previous page (screenfull)

72 N	"^_"			DEL left	Delete character (RUBOUT)
16 N	"^D"			DEL right	Delete character @ cursor
16 E	"^V"			DEL right	Delete word
72 E	"^'#8A'"	^U^V	DEL left	Un-delete last deleted word

16 S	"^Y"			DEL right	Delete to EOL
16 SA	"^'#8B'"	^U^Y	DEL right	Un-delete last EOL deletion
72 S	"^Z"			DEL left	Delete line
72 SA	"^'#8C'"	^U^Z	DEL left	Un-delete last deleted line
13 E	"^X"			LINE/EOL	Insert new line

1  S	"^O"			RE-LAY		Concatenate lines
1  E	"^B"			RE-LAY		Break line
1  N	"^'#8D'"	^U^O	RE-LAY		Reformat lines




47 E	"^E"			SPACE bar	Insert single space
66 N	"^C"			STOP		Insert control character
8  N	"^["			EXIT		ESC, swap Command/Edit modes

2  N	"^'#8E'"	^U^Q	F1/F2		Insert mode TOGGLE
2  S	"^Q"			F1/F2		Part insert mode
0  N	"^\"			F3/F4		Entry mode TOGGLE
73 N	"^'#8F"		^U^W	F5/F6		Indent
73 A	"^'#90'"	^U^A	F5/F6		Un-indent

77 N	"^'#91'"	^P^P	F7/F8		Set block marker
77 A	"^'#92'"	^P^U	F7/F8		Clear block marker
77 SA	"^'#93'"	^P^K	F7/F8		Block kill (clear markers)
11 N	"^'#94'"	^P^C	COPY		Block copy
3  N	"^'#95'"	^P^M	PASTE		Block move
10 N	"^'#96'"	^P^D	CUT		Block delete

23 N	"^M"			Square +	Srch/rep; Replace & continue
23 A	"^J"			Square +	    "   ;    "    & stop
76 N	"^S"			Square -	    "   ; No replace



75 N A S E SA "^'#9F'"		CANCEL does nothing
20 N A S E SA "^'#9F'"		EXCH/FIND does nothing
4  N A S E SA "^'#9F'"		UNIT/PARA does nothing



E #80 "^U^I"
E #81 "^U^H"
E #82 "^U^L"
E #83 "^U^K"
E #84 "^U^J"
E #85 "^U^B"
E #86 "^U^R"
E #87 "^U^T"
E #88 "^U^G"
E #89 "^U^F"
E #8A "^U^V"
E #8B "^U^Y"
E #8C "^U^Z"
E #8D "^U^O"
E #8E "^U^Q"
E #8F "^U^W"
E #90 "^U^A"
E #91 "^P^P"
E #92 "^P^U"
E #93 "^P^K"
E #94 "^P^C"
E #95 "^P^M"
E #96 "^P^D"
E #97 ""
E #98 ""
E #99 ""
E #9A ""
E #9B ""
E #9C ""
E #9D ""
E #9E ""

