Palo Kisa
Palo Kisa
Is the menu presenting the items usable with such a huge value?
> A more button or scroll bar along with infinite clipboard items and search function would be amazing. Now, when you said it... something similar, that we have in `nm-tray`...
Followed up and fixed in #107
> I would like to fill the gaps, like writing a new Qt UI to replace GNOME Network Editor, It will be very welcome.
Fair request ... but the explanation of your use case :(
The `lupdate` is your friend :) -> http://doc.qt.io/qt-5/linguist-manager.html#using-lupdate
``` $ lupdate --help Usage: lupdate [options] [project-file]... lupdate [options] [source-file|path|@lst-file]... -ts ts-files|@lst-file ... ``` with the second form of usage, there is no need for project-file.
This sounds like signal `QClipboard::changed` is never emitted in your environment.
How to know which app is issuing the "copy" action?
> to get active window For linux, I'm assuming KwindowSystem can be used. But I have no clue about MacOS and Windows.