diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 772665e6a..b37d152a8 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -484,7 +484,7 @@ mma('Click the link under the mouse cursor', ' click based version has an unavoidable delay of :opt:`click_interval`, to disambiguate clicks from double clicks.' ) -mma('Click the link under the mouse cursor', +mma('Discard press event for link click', 'click_url_discard ctrl+shift+left press grabbed mouse_discard_event', long_text='Prevent this press event from being sent to the program that has' ' grabbed the mouse, as the corresponding release event is used to open a URL.'