Fix warning

This commit is contained in:
Kovid Goyal
2021-06-07 17:12:53 +05:30
parent 761062a6d7
commit 99fa79caaf

View File

@@ -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.'