
################################################################################
#  This is the cursor_keys file for a CalComp 9100 digitizer using format 5
#  (binary format) and a 16 button puck.  The keys are listed in left-to-right 
#  top-to-bottom order.  The keypad looks like this:
#                0  1  2  3
#                4  5  6  7
#                8  9  A  B
#                C  D  E  F
#  The button signal column represents the code generated by the digitizing 
#  tablet when its key is pressed.  The action to perform is the LTPlus function
#  or macro to execute when its associated button signal is received (puck 
#  button pressed).
#  NOTE:  Format 5 is BINARY.  It will NOT WORK on a 9100 with a ROM chip 
#         revision less than 'F'.  For example, if the ROM chip on the digitizer
#         board is revision 'D', it cannot produce binary output.  You must then
#         use the ascii format.
#  NOTE:  The '\number' combinations represent the decimal value of a character.
################################################################################

#  button signal                 action to perform

# first row 0 - 3
       @                            clear_mode 
       D                            decrement
       H                            start
       L                            continue

# second row 4 - 7
       P                            draw line
       T                            erase line
       X                            wink
       \\                           view last

# third row 8 - B
       `                            connect
       d                            separate
       h                            goto log-
       l                            goto log+

# fourth row C - F
       p                            draw point
       t                            clear mode
       x                            undo
       |                            recall
