From 85efed8308d95c6c8da012653e48b9de9903b4df Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 18 Jun 2021 17:54:13 +0530 Subject: [PATCH] Fix #3743 --- kitty/options/definition.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 0e510aa54..c0bcf6c90 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -488,7 +488,10 @@ from double and triple presses. You can run kitty with the :option:`kitty --debug-input` command line option to see mouse events. See the builtin actions below to get a sense of what is possible. -If you want to unmap an action map it to ``no-op``. +If you want to unmap an action map it to ``no-op``. For example, to disable opening +of URLs with a plain click:: + + mouse_map left click ungrabbed no-op .. note:: Once a selection is started, releasing the button that started it will