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 @@ def uniq(vals: Iterable[T]) -> List[T]:
|
|||
|
||||
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…
Reference in a new issue