Fix #3743
This commit is contained in:
parent
857c88a951
commit
85efed8308
1 changed files with 4 additions and 1 deletions
|
|
@ -488,7 +488,10 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue