From af98937c0dbf5e197535e533cd1dd83ef8a23b4d Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Sep 2010 14:14:32 +0000 Subject: help updates --- base/help/about.txt | 2 +- base/help/engine.txt | 3 +-- base/help/help.txt | 11 ++++++----- base/help/keyboard.txt | 23 +++++++++++++++++++++++ 4 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 base/help/keyboard.txt (limited to 'base/help') diff --git a/base/help/about.txt b/base/help/about.txt index 33dccaa..bdab636 100644 --- a/base/help/about.txt +++ b/base/help/about.txt @@ -1,7 +1,7 @@ ^BAbout - This is Project::OSiRiON. + Project::OSiRiON. Programming: ^BIngar ^N<^Bingar@telenet.be^N> diff --git a/base/help/engine.txt b/base/help/engine.txt index 45954ad..3ab2660 100644 --- a/base/help/engine.txt +++ b/base/help/engine.txt @@ -2,13 +2,12 @@ ^BHelp - Engine features You can explore the available features using the following commands: - ^Blist_func^N Lists available engine functions ^Blist_var^N Lists available configuration variables Most of the functions and variables have a short description of their own. You can also get some information on the internal state: - ^Blist_ent^N List entities ^Blist_info^N List information about objects ^Blist_model^N List models + diff --git a/base/help/help.txt b/base/help/help.txt index 8c578ef..5525176 100644 --- a/base/help/help.txt +++ b/base/help/help.txt @@ -4,10 +4,11 @@ This is the build-in help for the Osirion Project. Available topics: - ^Bhelp engine^N Engine features - ^Bhelp client^N Client configuration - ^Bhelp stats^N Statistics - ^Bhelp server^N Server configuration + ^Bhelp engine^N Engine features + ^Bhelp client^N Client configuration + ^Bhelp keyboard^N Keyboard configuration + ^Bhelp stats^N Statistics + ^Bhelp server^N Server configuration - ^Bhelp about^N About the project + ^Bhelp about^N About the project 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 + -- cgit v1.2.3