Version: 0.9.85 (1.0 Beta2) (using KDE 4.5.1) OS: Linux Ctrl+C does not work in this version. I select something, press Ctrl+C the contents do not get to the clipboard, right-click copy works. Reproducible: Always
*** Bug 256117 has been marked as a duplicate of this bug. ***
Still valid for Version 1.0. Marked text does show up in klipper after CTRL-C but it's not available for paste using CTRL-V.
@Sven: If you configure clipper to syncronize the clipboard and the selection, you can paste mouse selected text from most widgets. Copy is still not working in 1.0, I can comfirm that.
The text shows up in Klipper because Klipper also picks up selections ready for middle-click paste (PRIMARY in X11 jargon), not just stuff actually copied into the clipboard (CLIPBOARD in X11 jargon).
I can confirm this in Choqok 1.3 too. I also think this is actually a wish, not a bug. It is not that Choqok tells you to use Ctrl+C to copy and it doesn’t work, it’s just that Choqok does not provide a shortcut to copy. Same happens with Ctrl+A to Select All.
I think this may currently be a design decision from the choqok team until the app gets ported to kirigami, as it clearly used to rely on kde4libs and simply has the relevant code commented out. That said, for some reason, this segfaults for me when I build from source BEFORE I make any changes, but I have come up with a possible? fix for this particular thing if someone else wants to try it out: in cmakelists.txt insert at line 60 KF5::ConfigGui in /libchoqok/ui/textbrowser.cpp insert at line 37 #include <KStandardShortcut> replace line 122 w/ copy->setShortcut( KStandardShortcut::copy().at(0) ); replace line 133 w/ selectAll->setShortcut( KStandardShortcut::selectAll().at(0) );
I believe kirigami was not even thought of at the time of reporting - but nice if a port can solve this ;) Anders
(In reply to Anders Lund from comment #7) > I believe kirigami was not even thought of at the time of reporting - but > nice > if a port can solve this ;) > > Anders ahh that's true. I might not have looked at the dates when I posted my reply haha
Created attachment 111468 [details] Patch the bug by adding Copy and Select-All Shortcuts Got Choqok working from source. turns out it was a (sort of) environment issue. Anyways the possible patch a mentioned before works. This patch adds Copy and Select-All Shortcuts to Choqok. I'm also going to submit this on phabricator
Created attachment 111469 [details] Patch the bug by adding Copy and Select-All Shortcuts Sorry, forgot to click the "Patch" checkbox the first time ;)
Is there a reason why you only set the first shortcut? There is also a QAction::setShortcuts() method that accepts the complete list.
If you have an updated patch, please add here or to https://phabricator.kde.org/differential/diff/create/
Braxton, any update?
Assignee not responding.