mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Add a note about selection drag being auto-released
This commit is contained in:
parent
80c03f28f8
commit
0260c9d3fb
1 changed files with 5 additions and 0 deletions
|
|
@ -160,6 +160,11 @@ terminal application or not. It can have one or more or the values, ``grabbed,un
|
|||
|
||||
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.
|
||||
|
||||
.. note::
|
||||
Once a selection drag is started, releasing the button that started it will
|
||||
automatically end it.
|
||||
|
||||
'''),
|
||||
],
|
||||
'shortcuts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue