From b7072d4097d4fa22717f7bf165cd093d6204600b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 17 May 2021 08:26:12 +0530 Subject: [PATCH] Mention how to unmap mouse actions --- kitty/config_data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kitty/config_data.py b/kitty/config_data.py index 388dd8039..f16defeed 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -162,6 +162,8 @@ have one or more or the values, ``grabbed,ungrabbed``. 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``. + .. note:: Once a selection is started, releasing the button that started it will automatically end it and no release event will be dispatched.