summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorpecksin <pexin@protonmail.com>2021-03-19 16:25:44 -0400
committerpecksin <pexin@protonmail.com>2021-03-19 16:25:44 -0400
commit038a317c213db41227beaa014100dc43b46e392c (patch)
treec18dca78b32e2344d933c5ef89f90f478949b658 /minetest.conf.example
parentb6c8761e108eade0d1451580fbacf1e3d3f6a957 (diff)
downloadminetest-038a317c213db41227beaa014100dc43b46e392c.tar.gz
minetest-038a317c213db41227beaa014100dc43b46e392c.tar.bz2
minetest-038a317c213db41227beaa014100dc43b46e392c.zip
user-configurable 'ctrl' keys for ctrl-leftclick in chat weblinks
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 814e34e43..524ef6334 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -24,6 +24,10 @@
# type: string
# chat_weblink_color = 8888FF
+# If clickable_chat_weblinks is enabled, specify the keys held down to treat left-click as middle-click.
+# type: string (comma-delimited)
+# chat_weblink_ctrl_keys = KEY_LCONTROL,KEY_RCONTROL,KEY_CONTROL
+
# If enabled, you can place blocks at the position (feet + eye level) where you stand.
# This is helpful when working with nodeboxes in small areas.
# type: bool