Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-09-16 14:14:32 +0000
committerStijn Buys <ingar@osirion.org>2010-09-16 14:14:32 +0000
commitaf98937c0dbf5e197535e533cd1dd83ef8a23b4d (patch)
treefcab58e82abde41e7bea6739f4de1b63e104a851 /base/help/keyboard.txt
parent2bdad77b4593835b0cff0876c32da6b35f2b2000 (diff)
help updates
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
+