dsnote
dsnote copied to clipboard
Use wl-clipboard,Klipper and QClipboard to copy text to the clipboard
closes #338
For simulated Ctrl+V in Wayland. Tries to copy using wl-clipboard; if it fails, then falls back to:
- KDE Klipper
- QClipboard
Almost there. Please add also:
- --talk-name=org.kde.klipper # advanced access to the system clipboardto
net.mkiol.SpeechNote.yamlandnet.mkiol.SpeechNote-tiny.yaml.
Done!
Summary:
- Addressed all the style issues
- Wayland clipboard functions are now clearer with set and get functions inside the wl_clipboard namespace.
- Ran clang-format to address other possible formatting errors
- Built and tested
Addressed feedback and built to check errors
@mkiol Done!
Hi, done!
Thank you for the review!
PS: It was a great experience!