diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-05-07 23:54:32 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-05-08 00:00:32 +0200 |
commit | d901d8b641c88f9f22b0479d4b3326b2ed06e958 (patch) | |
tree | 5e43ce0b923368457215651b2a1eb68921e275a2 /doc | |
parent | 1e5da933a4ef2c5de8ca711215918e9f3ff9df3e (diff) |
Make Ctrl+C copy selection into clipboard
Follows the behavior of so many other programs by copying the current
text selection into the clipboard with Ctrl+C. Selecting text continues
to copy it into the primary selection.
Fixes: https://github.com/dillo-browser/dillo/issues/228
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user_help.in.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user_help.in.html b/doc/user_help.in.html index 48b39669..50a2b28d 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -248,8 +248,8 @@ Ctrl+C and Ctrl+V shortcut. <p> To copy some text in the Primary selection just hold down the left mouse button and move to select the area to copy. To paste, go to the target application and -press the middle mouse button. Currently it is not possible to copy the -selection to the Clipboard via Ctrl+C. +press the middle mouse button. To copy text into the Clipboard, select the text +and press Ctrl+C then go to the destination and press Ctrl+V to paste. <p> If you want to select more than one screen, hold the mouse left button down and scroll with PgUp, PgDn or the arrow keys. @@ -823,6 +823,7 @@ The list of default bindings is given in the following table. <tr><td>Ctrl-U <td> <td>View source <tr><td>Ctrl-B <td>Bookmarks <td>View bookmarks <tr><td>Ctrl-Q <td>Quit <td>Quit dillo +<tr><td>Ctrl-C <td>Copy <td>Copy to clipboard <tr><td>Ctrl-+ or Ctrl-= <td>Bigger <td>Zoom in <tr><td>Ctrl-- <td>Smaller <td>Zoom out <tr><td>Ctrl-0 <td>100% <td>Reset zoom to 100% |