[BACK]Return to keymap.txt CVS log [TXT][DIR] Up to [contributed] / brogue-ce / bin

Annotation of brogue-ce/bin/keymap.txt, Revision 1.1

1.1     ! rubenllo    1: # This file lets you rebind some keys to others to suit your preference or
        !             2: # accessibility needs.
        !             3: #
        !             4: # Each line must consist of two characters separated by spaces. Whenever
        !             5: # you input the first character, the game will act as if you input the
        !             6: # second. Unfortunately, only printable keys are supported, e.g. you cannot
        !             7: # rebind to/from the Escape or F1-F12 keys.
        !             8: #
        !             9: # Lines are processed in the order they appear, and characters are only
        !            10: # remapped once. Empty lines and lines beginning with # are ignored.
        !            11:
        !            12: # EXAMPLE: numberpad play 1
        !            13: # If you remove the # from each of the following lines, you can perform many
        !            14: # actions with the numpad
        !            15: #/ d
        !            16: #* t
        !            17: #- a
        !            18: #+ s
        !            19:
        !            20: # EXAMPLE: numberpad play 2
        !            21: #/ <
        !            22: #* >
        !            23: #- a
        !            24: #+ s

CVSweb