Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/help/keyboard.txt')
-rw-r--r--base/help/keyboard.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/base/help/keyboard.txt b/base/help/keyboard.txt
new file mode 100644
index 0000000..3ed64fd
--- /dev/null
+++ b/base/help/keyboard.txt
@@ -0,0 +1,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
+