SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
30.78k stars 3.18k forks source link

Clipboard: double clicking an entry duplicates it #4033

Closed danboid closed 4 years ago

danboid commented 4 years ago

The clipboard app seems pretty unusable at the moment because when you double click on an item in its window it duplicates it instead of making it the active clipboard buffer. You should only need to single-click on an entry to make it the active. Double clicking an item in the clipboard window should do nothing IMO.

supex0fan commented 4 years ago

What you mentioned doesn't sound like what I experienced with it. For me, single-clicking highlights the row you clicked but doesn't change your current buffer, and double-clicking does your buffer. I personally find double-clicking to select more intuitive. The only issue at the moment is that when selecting from the list, what you selected gets placed at the top of the list (as it should), but the entry you selected doesn't get removed, thus you end up with duplicates.