Allow clicking URLs to open them without needing to also hold ctrl+shift

This commit is contained in:
Kovid Goyal
2021-05-11 14:20:12 +05:30
parent 85ef3724f1
commit bcb739fcd2
6 changed files with 18 additions and 3 deletions

View File

@@ -7,6 +7,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.21.0 [future]
----------------------
- Allow clicking URLs to open them without needing to also hold
:kbd:`ctrl+shift`
- Allow remapping all mouse button press/release events to perform arbitrary
actions. :ref:`See details <conf-kitty-mouse.mousemap>`.

View File

@@ -258,8 +258,7 @@ For example:
Mouse features
-------------------
* You can hold down :kbd:`ctrl+shift` and click on a URL to open it in a
browser.
* You can click on a URL to open it in a browser.
* You can double click to select a word and then drag to select more words.
* You can triple click to select a line and then drag to select more lines.
* You can right click to extend a previous selection.