################################################################################
#  This is the cursor_keys file for a CalComp 9100 digitizer using format 3
#  (ascii 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:  The '\number' combinations represent the decimal value of a character.
################################################################################

#  button signal                 action to perform

# first row 0 - 3
       0                            clear_mode 
       1                            decrement
       2                            start
       3                            continue

# second row 4 - 7
       4                            draw line
       5                            erase line
       6                            wink
       7                            view last

# third row 8 - B
       8                            connect
       9                            separate
       A                            goto log-
       B                            goto log+

# fourth row C - F
       C                            draw point
       D                            clear mode
       E                            undo
       F                            recall
