blob: 3ed64fd209e6d4427f8405dd6270fde7f4134440 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
^BHelp - Keyboard configuration
The keyboard is fully configurable: keys can be bound
to any desired action or engine command.
The following commands can be used:
^Blist_binds^N List the current keyboard configuration
^Blist_keys^N List all available keys
^Blist_actions^N List all available actions
To bind a command or an action to a key:
^Bbind^N key command
e.g.: ^Bbind^N F12 r_screenshot
You can also bind a key with the shift, alt or ctrl modifier:
e.g.: ^Bbind^N shift+F12 r_screenshots
Note: actions can not be bound to a key with modifier
To remove a keyboard bind:
^Bunbind^N key
e.g.: ^Bunbind^N F12
|