diff options
author | Paramat <paramat@users.noreply.github.com> | 2017-06-08 08:57:00 +0100 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-06-08 09:57:00 +0200 |
commit | 0a5c3c28522f512f31dae3091668126c1eae787d (patch) | |
tree | 32a57cf047c0776e9378e614c3994f0b52b5d50c /minetest.conf.example | |
parent | 47bcf2f7aca26dcdbdd761b33e9ca3509ed32a7e (diff) | |
download | minetest-0a5c3c28522f512f31dae3091668126c1eae787d.tar.gz minetest-0a5c3c28522f512f31dae3091668126c1eae787d.tar.bz2 minetest-0a5c3c28522f512f31dae3091668126c1eae787d.zip |
Autorun: Change to 'autoforward' (#5926)
Minetest does not have 'run'.
Automatic forwards is very often used while flying or swimming, so a general
word is more suitable.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index c032fa9e9..c43076459 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -79,7 +79,7 @@ # type: bool # random_input = false -# Continuous forward movement (only used for testing). +# Continuous forward movement, toggled by autoforward key. # type: bool # continuous_forward = false @@ -211,10 +211,10 @@ # type: key # keymap_decrease_volume = -# Key for toggling autorun. +# Key for toggling autoforward. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 # type: key -# keymap_autorun = +# keymap_autoforward = # Key for toggling cinematic mode. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 |