1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Clarify documentation of punch key (#13238)

This commit is contained in:
Wuzzy 2023-04-13 17:12:26 +00:00 committed by GitHub
parent fc116ec950
commit d1e5dbefc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View file

@ -2141,11 +2141,13 @@ keymap_jump (Jump key) key KEY_SPACE
# Also used for climbing down and descending in water if aux1_descends is disabled.
keymap_sneak (Sneak key) key KEY_LSHIFT
# Key for digging.
keymap_dig (Dig key) key KEY_LBUTTON
# Key for digging, punching or using something.
# (Note: The actual meaning might vary on a per-game basis.)
keymap_dig (Dig/punch/use key) key KEY_LBUTTON
# Key for placing.
keymap_place (Place key) key KEY_RBUTTON
# Key for placing an item/block or for using something.
# (Note: The actual meaning might vary on a per-game basis.)
keymap_place (Place/use key) key KEY_RBUTTON
# Key for opening the inventory.
keymap_inventory (Inventory key) key KEY_KEY_I