diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2021-03-27 13:28:36 +0100 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2021-03-27 13:28:36 +0100 |
commit | 399194ce3b1d01c1492d0d9763525950c61b6054 (patch) | |
tree | 91108d773b0a51326e803d04f81f5d6e1c2ca8f7 /minetest.conf.example | |
parent | 98021002253fd1646230c889bc0c8ff4dd1a48e8 (diff) | |
parent | 7e8e3153e5227eb9b35ed2379efb54d17ba9aeae (diff) | |
download | minetest-399194ce3b1d01c1492d0d9763525950c61b6054.tar.gz minetest-399194ce3b1d01c1492d0d9763525950c61b6054.tar.bz2 minetest-399194ce3b1d01c1492d0d9763525950c61b6054.zip |
Merge remote-tracking branch 'pexin/clickablechatweblinks' into gpcfgpcf
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 47c03ff80..1e9f6b2d9 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -16,6 +16,18 @@ # Controls # +# If enabled, http links in chat can be middle-clicked or ctrl-left-clicked to open the link in the OS's default web browser. +# type: bool +# clickable_chat_weblinks = false + +# If clickable_chat_weblinks is enabled, specify the color (as 24-bit hexadecimal) of weblinks in chat. +# 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 |