Screen cursoring
keyboard macros (ala ASAP/qedit)
finding calling process, so per-program configurations can be loaded
/proc entry to allow configuration options at any time and read status.
Check park status and store it before doing a console switch. (non-trivial)
make numlock turn review pad to number pad.
user defined scroll-back ala shift-pgup.
cut and paste between consoles.
insert as 'capslock-style'/'next-style' key -- have internalized speakup
	variable, which tracks state of the insert key; each speakup bare-key
	function checks the variable, and possibly calls the alternate
	function and returns
speakup disabling -- have keypress to (re)set the same variable that is set
	upon external synth powerdown.



{done}Disable key interruption
{done} Identifying keyboard vs. program display
{done} Reading from the keyboard
{done} absolute goto on screen
	Bug... if goto blank spot, say current word doesn't say the word
	to the left of the reading cursor
{done}Pronunciation of control/alt/shift keys
{done}  move speakup config to Console Drivers section
{done} pronunciation of punctuation on typing...
{done}Add code to test for kernel version and include appropriate code lines.
{done} drivers need to be rewritten to take commandline option
{done} no_interrupt
{done} fix *_alive buffer hang.
{done} Put timeout counter in wait_for_xmitr, and treat like synth_full... use
	full sleep on timeout.  sleep for SYNTH_FULL seconds.  timouts++ on
	fail.
{done} uppercase pronuciation on keyboard input (only)
