diff options
author | red-001 <red-001@outlook.ie> | 2017-03-24 23:43:36 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2017-03-26 05:51:14 +0100 |
commit | e70e15134c95d37241bb6f6124105c0f1c08ab8a (patch) | |
tree | 6cafdf536c8c77e350abe7a249fa91c695c9165e /builtin/settingtypes.txt | |
parent | 4d5177ff708c7e696eead18200e240047ff520fe (diff) | |
download | minetest-e70e15134c95d37241bb6f6124105c0f1c08ab8a.tar.gz minetest-e70e15134c95d37241bb6f6124105c0f1c08ab8a.tar.bz2 minetest-e70e15134c95d37241bb6f6124105c0f1c08ab8a.zip |
Change command prefix to "." and add "help" command.
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index d2bdf030a..e63697f61 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -156,6 +156,10 @@ keymap_chat (Chat key) key KEY_KEY_T # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 keymap_cmd (Command key) key / +# Key for opening the chat window to type local commands. +# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 +keymap_cmd_local (Command key) key . + # Key for opening the chat console. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 keyman_console (Console key) key KEY_F10 |