                                                                     ckeys_make
Chapter 6 Dialogue: Tiles, Keys, Buttons and Menus

This command creates the cursor_keys function assignments.

ckeys_make

    Creates the cursor key function assignments.

         ckeys_make b func

    Creates the cursor key function assignments by associating functions with
    cursor button values.
    ___________________________________________________________________________
    Options/arguments:

         b         Cursor button value
         func      Function name
    ___________________________________________________________________________
    Example(s):

    To assign cursor button 2 with the continue function, enter:
          
         ckeys_make 2 continue
    ___________________________________________________________________________
    See also:

              ckeys_disp, ckeys_get, ckeys_save, stickup
    ___________________________________________________________________________
