Summary: | shift-click select does not work for marking large clipboards | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Alan Ezust <alan.ezust> |
Component: | copy-paste | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | adaptee |
Priority: | NOR | ||
Version: | 1.6 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/konsole/9a3d588d0e9abf2b01bf769c88bc3fafbe65ccd8 | Version Fixed In: | 4.11 |
Sentry Crash Report: |
Description
Alan Ezust
2006-03-16 22:48:33 UTC
Why has it to be shift-click? What's wrong with right click and "Set Selection End"? Ah - didn't notice that. nice that I can do it that way too. i never looked for that in the context menu before since the shift-click works in most other view widgets. I suppose it would be nice to have shift-click do the same thing... rxvt-unicode and vte-based emulators have this feature. I find it quite handy. And, the "Set Selection End" is unfortunately gone in KDE4 konsole(bug 181986), so we'd better either get that action back or implement this feature. Git commit 9a3d588d0e9abf2b01bf769c88bc3fafbe65ccd8 by Kurt Hindenburg. Committed on 28/12/2012 at 16:05. Pushed by hindenburg into branch 'master'. Implement Shift+click to extend selection Add ability to press Shift+Click to extend the mouse selection. In KDE3 there was the menu option to 'Set Selection End' which this mimics. REVIEW: 107566 FIXED-IN: 4.11 M +9 -5 src/TerminalDisplay.cpp http://commits.kde.org/konsole/9a3d588d0e9abf2b01bf769c88bc3fafbe65ccd8 |