vi Key Bindings

Everything about ToME 4.x.x. No spoilers, please

Moderator: Moderator

Post Reply
Message
Author
WillShattuck
Wayist
Posts: 16
Joined: Wed Feb 20, 2008 4:25 am

vi Key Bindings

#1 Post by WillShattuck »

My laptop doesn't have a very good keypad configuration so I remapped keys for the vi keyset similar to other roguelikes. Here is how I remapped them. I may have missed a couple of keys, but it should be pretty good.

At this time, when you remap UP, DOWN, LEFT, RIGHT, you will need to use those vi keys for navigating the menus too. I'm looking into the dual key bindings I've seen in the config.

(Keys are CASE Sensitive)

Code: Select all

           UP - k
         DOWN - j
         LEFT - h
        RIGHT - l
      LEFT UP - y
     RIGHT UP - u
    LEFT DOWN - b
   RIGHT DOWN - n
    Use Items - a (Apply)
  Look Around - x (eXamine)
To Run in the various directions, you need to bind the SHIFT bindings on the RUN section of the keybindings.

Ex. RUN LEFT - shift+h

Post Reply