Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna-minetest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
illuna-minetest
Commits
3b0f7659
Commit
3b0f7659
authored
8 years ago
by
Rui
Committed by
est31
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486)
parent
1f2ff860
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
builtin/settingtypes.txt
+4
-0
4 additions, 0 deletions
builtin/settingtypes.txt
minetest.conf.example
+5
-0
5 additions, 0 deletions
minetest.conf.example
src/settings_translation_file.cpp
+2
-0
2 additions, 0 deletions
src/settings_translation_file.cpp
with
11 additions
and
0 deletions
builtin/settingtypes.txt
+
4
−
0
View file @
3b0f7659
...
...
@@ -176,6 +176,10 @@ keymap_fastmove (Fast key) key KEY_KEY_J
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
keymap_noclip (Noclip key) key KEY_KEY_H
# Key for toggling autorun.
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
keymap_autorun (Autorun key) key
# Key for toggling cinematic mode.
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
keymap_cinematic (Cinematic mode key) key
...
...
This diff is collapsed.
Click to expand it.
minetest.conf.example
+
5
−
0
View file @
3b0f7659
...
...
@@ -173,6 +173,11 @@
# type: key
# keymap_noclip = KEY_KEY_H
# Key for toggling autorun.
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
# type: key
# keymap_autorun =
# Key for toggling cinematic mode.
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
# type: key
...
...
This diff is collapsed.
Click to expand it.
src/settings_translation_file.cpp
+
2
−
0
View file @
3b0f7659
...
...
@@ -71,6 +71,8 @@ fake_function() {
gettext
(
"Key for toggling fast mode.
\n
See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"
);
gettext
(
"Noclip key"
);
gettext
(
"Key for toggling noclip mode.
\n
See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"
);
gettext
(
"Autorun key"
);
gettext
(
"Key for toggling autorun.
\n
See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"
);
gettext
(
"Cinematic mode key"
);
gettext
(
"Key for toggling cinematic mode.
\n
See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"
);
gettext
(
"Minimap key"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment