Help for BrailleX Compact 486 # Terminal Parameters: identification = 0 terminal = "BrailleX Compact 486" protocolrevision = 1 helpfile = "c_486" displaysize = 40 frontkeys = 9 # Modifier Keys: modifier = front 1 modifier = front 9 modifier = front 2 modifier = front 8 # Command Definitions: CMD_FWINLT = front 1 # go left one window CMD_FWINRT = front 9 # go right one window CMD_HWINLT = front 2 # go left half a window CMD_HWINRT = front 8 # go right half a window CMD_HOME = front 5 # go to cursor CMD_LNBEG = front 1 and front 5 # go to beginning of line CMD_LNEND = front 9 and front 5 # go to end of line CMD_CHRLT = front 2 and front 5 # go left one character CMD_CHRRT = front 8 and front 5 # go right one character CMD_WINUP = front 4 # go up several lines CMD_PRDIFLN = front 1 and front 4 # go up to nearest line with different content CMD_ATTRUP = front 9 and front 4 # go up to nearest line with different highlighting CMD_PRPGRPH = front 2 and front 4 # go up to last line of previous paragraph CMD_PRSEARCH = front 8 and front 4 # search backward for content of cut buffer CMD_WINDN = front 6 # go down several lines CMD_NXDIFLN = front 1 and front 6 # go down to nearest line with different content CMD_ATTRDN = front 9 and front 6 # go down to nearest line with different highlighting CMD_NXPGRPH = front 2 and front 6 # go down to first line of next paragraph CMD_NXSEARCH = front 8 and front 6 # search forward for content of cut buffer CMD_LNUP = front 3 # go up one line CMD_TOP_LEFT = front 1 and front 3 # go to beginning of top line CMD_TOP = front 9 and front 3 # go to top line CMD_LNDN = front 7 # go down one line CMD_BOT_LEFT = front 1 and front 7 # go to beginning of bottom line CMD_BOT = front 9 and front 7 # go to bottom line BLK_ROUTE = routing1 # bring cursor to character BLK_CUTBEGIN = front 1 and routing1 # start new cut buffer at character BLK_CUTRECT = front 9 and routing1 # rectangular cut to character BLK_PRINDENT = front 2 and routing1 # go up to nearest line without greater indent BLK_NXINDENT = front 8 and routing1 # go down to nearest line without greater indent CMD_PASTE = front 1 and front 9 # insert cut buffer at cursor