diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /393/index.md |
Diffstat (limited to '393/index.md')
-rw-r--r-- | 393/index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/393/index.md b/393/index.md new file mode 100644 index 0000000..d4add80 --- /dev/null +++ b/393/index.md @@ -0,0 +1,11 @@ +Title: Use clipboard to copy links and text on Ctrl+C +Author: rodarima +Created: Tue, 06 May 2025 21:48:53 +0000 +State: closed + +Fixes two problems: + +- Copying links places them in the Primary and Clipboard selections. They can be pasted both with middle click or Ctrl+V. +- Copying text from the page with Ctrl+C copies it into the Clipboard selection so Ctrl+V works. + +Fixes: https://github.com/dillo-browser/dillo/issues/228
\ No newline at end of file |