
################################################################################
#  This is the cursor_keys file for a CalComp 9000 digitizer using format 2
#  (ascii format) and a 12 button puck.  The keys are listed in left-to-right 
#  bottom-to-top order.  The keypad looks like this:
#                *  7  4  1
#                0  8  5  2
#                #  9  6  3
#  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

#   7 4 1 buttons
       7                            increment 
       4                            start
       1                            decrement

#   0 8 5 2 buttons
       0                            clear_mode
       8                            connect
       5                            wink
       2                            view last

#   9 6 3 buttons
       9                            separate
       6                            goto log-
       3                            goto log+
