
;RETURN/C-M/	take the inputbuffer and turn it into input, set charready, etc...
;  ENTER
;C-\		end of file, same actions as RETURN, but returns a EOF, or close window if opencount = 0
;C-J		end of line, same actions as RETURN, but does not make the line available yet
;BACKSPACE/C-H delete character to the left of cursor
;DELETE	delete character under the cursor
;S-BS/C-U	delete all characters to the left of cursor
;S-DEL/C-K	delete all characters under and to the right of cursor
;A-BS		delete word under cursor, or first word or punctuation mark to the left
;A-DEL 	delete word under cursor, of first word or punctuation mark to the right
;C-X		clear out inputbuffer
;RA-X		undo the last deletion or insertion, unless literal trigger is loaded, in which case unload the trigger. the last deletion is defined as the set of characters last deleted w/o any explicit cursor movement (movement due to BS is allowed)
;CANCEL GG	same as LAMIGA-X; ^or if searching, stop the search and re-place back in the input buffer the search string
;RIGHT ARROW	move cursor one to the right
;LEFT ARROW	move cursor one to the left
;S-RIGHT/C-Z	move cursor to the end of buffer
;S-LEFT/C-A	move cursor to the start of buffer
;A/C-RIGHT	move cursor to start of next word to the right
;A/C-LEFT	move cursor to start of next word to the left
;C-W		move cursor to the next tab stop, limited by the numchars
;UP ARROW	move oldline to previous line, and copy that line into the inputbuffer
;DOWN ARROW	move oldline to next line, and copy that line into the inputbuffer (same as Undo)
;S-UP/C-R	search back in old inputs for a match
;S-DOWN	if not in search mode, or cursor not visible, scroll down so that the cursor is visible, or, if CursorVisible, scroll cursor to top line, else cancel the search and restore the inputsave to the searchbuffer
;C-B		cancel search and restore inputline
;A-UP		scroll up  window (equivalent to scroll gadget)
;A-DOWN	scroll down  window
;SA-UP 	scroll up to the beginning of the next input line, or to the begining of the one that appears at the top of the window
;C-UP		scroll up one line
;C-DOWN	scroll down one line
;RA-L		take next key stroke literally (so that C-X, or up-arrow, for example, can be put in the input buffer, instead of being interpreted) when loaded, undo gadget shows `L'
;SRA-L 	like RA-L, but locks the literal trigger and displays a script `L'
;RA-Z		iconify window
;ICONIFY GG	same as LAMIGA-Z
;RA-F		free the oldest save of the type which is closest to overflowing
;SRA-F 	free all the saves that can be freed (equiv to holding down RA-F)
;F1 to F10	go back to the spot marked previously with S-Fn. if no spot was defined, or that spot has now dissappeared, then do nothing
;S-F1 to F10	save the current spot (upperleftaddr and format)
;A-F10 	unlock the F10 spot
;RA-]		window to front
;RA-[		window to back
;C-Fn		insert input string and enter line
;SRA-[ 	same as RA-[
;SRA-] 	same as RA-]
;RA-O		open window full/shrink window back to previous size
;RA-I		insert from clipboard
;RA-V		same as RA-I
;SRA-I 	insert from insert file (with file requester for filename)
;RA-G		cycle through clipping modes (private|file|clipboard)/cancel mode that has been used
;RA-P		toggle insert text parsing
;RA-A		insert the same string again
;SC-S		auto-scroll disable; lets the cursor scroll off the window w/o the window scrolling the next time the window would have scrolled. canceled by S-DOWN, C-C,G,Q, or entering any text into the inputline, but NOT RETURN & friends
;C-S		toggle output lock; stop all output (input lines can still be entered), or reallow output
;C-G		manually undefer the scrolling and unlock the output
;C-Q		same as C-G
;RA-R		insert just file name from the arp file requester
;SRA-R 	insert file path & name from the arp file requester
;RA-W		complete word searching in any text
;RA-C		edit private configuration

