diff options
| author | Gregor Parzefall <82708541+grorp@users.noreply.github.com> | 2023-03-16 14:57:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-16 14:57:44 +0100 |
| commit | 38e005294f85cee2f7a9571b4a1b20154a6b305a (patch) | |
| tree | d77d4407157efc806097de4266e3d34d853c3f61 /builtin | |
| parent | b1c8a7d055bf41134fecca9fd92db84c4affeb21 (diff) | |
| download | minetest-38e005294f85cee2f7a9571b4a1b20154a6b305a.tar.xz | |
Remove default keybind for pitchmove (#13319)
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 83c83c6c9..b4abb4ce6 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2170,7 +2170,7 @@ keymap_rangeselect (Range select key) key keymap_freemove (Fly key) key KEY_KEY_K # Key for toggling pitch move mode. -keymap_pitchmove (Pitch move key) key KEY_KEY_P +keymap_pitchmove (Pitch move key) key # Key for toggling fast mode. keymap_fastmove (Fast key) key KEY_KEY_J |
