Mention how to unmap mouse actions

This commit is contained in:
Kovid Goyal 2021-05-17 08:26:12 +05:30
parent d7c7bb00b8
commit b7072d4097
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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 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. 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:: .. note::
Once a selection is started, releasing the button that started it will Once a selection is started, releasing the button that started it will
automatically end it and no release event will be dispatched. automatically end it and no release event will be dispatched.