$WW,1$$FG,5$$TX+CX,"Key Allocations"$$FG$ See $LK,"Char",A="HI:Char"$ for definition of scan codes. See $MA-X+PU,"Key Map",LM="KeyMap;View;\n"$ for a detailed list of key commands. When you are at the cmd line, editing documents, browsing documentation and help, entering items in forms or in menu's, the $LK,"DolDoc",A="MN:CDoc"$ editor handles keys. It allows you to define your own key handlers in a $LK,"MyPutKey",A="MN:MyPutKey"$() function. If you choose, you can catch keys, overriding the default handlers. See $LK,"DocPutKey",A="MN:DocPutKey"$(). The following is an overview of key allocations. $FG,2$$FG$ and $FG,2$$FG$ Free for user configurations in your $LK,"MyPutKey",A="MN:MyPutKey"$() handler, except for $FG,2$ALT-BACKSPACE$FG$ (undo). There are a few examples pre-defined, but you can change them if you wish. $FG,2$$FG$ Extended ASCII (3 digit decimal number). $FG,2$$FG$ and $FG,2$$FG$ Handled at a system level, NOT by the $LK,"CDoc",A="MN:CDoc"$ editor. I reserve the right to allocate these, but in the mean time, you can define your own handlers with $LK,"SetCtrlAltLetCB",A="MN:SetCtrlAltLetCB"$(). They operate either in a interrupt environment or in the window mgr when it queues kbd msgs. You can do $LK,"Raw",A="MN:Raw"$() output. $FG,2$$FG$ handlers take a scan_code as an arg. $FG,2$$FG$ Auto-completes wordstat words. $FG,2$$FG$ $FG$Auto-completes dictionary words. $FG,2$$FG$ $FG$Jumps to src code. $FG,2$$FG$ Jumps to dictionary definition. $FG,2$$FG$ and $FG,2$$FG$ $FG$I reserve the right to allocate these, but there are some free now. $FG,2$$FG$ and $FG,2$$FG$ I reserve the right to allocate to these. There are not many free. $AN,"",A="PutKeyHandling"$ See $LK,"Keyboard Devices",A="HI:Keyboard Devices/System"$.