From 99fa79caafde63ba421c973b6f9a94bb63565277 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 Jun 2021 17:12:53 +0530 Subject: [PATCH] Fix warning --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'