pinfo: Keys

1 
1 2.1.2 Keys
1 ----------
1 
1 Now let's move to the key definitions.  Here we first put a key name
1 (again all keys are present in the example); then we enter it's value -
1 either surrounded by apostrophes, or a keycode number (like in
1 KEY_REFRESH_1), or its mnemonic code name if it's a special key (like
1 i.e.  in KEY_FOLLOWLINK_1).
1 
1    If you wish to specify key by code value, use the supplied program
1 'testkey' to obtain the needed value.  It mainly is a feature, when you
1 want to add some ctrl+letter keybindings, and similar.
1 
1    For each function you can bind two keys, i.e.  you could bind both
1 Enter and Cursor Right to the FollowLink-function.  As you can see in
1 the example above, the two key names are KEY_FOLLOWLINK_1 and
1 KEY_FOLLOWLINK_2.
1 

Menu