https://bugs.kde.org/show_bug.cgi?id=498867
--- Comment #11 from Marco Martin <notm...@gmail.com> --- Git commit e9c12fab2a2c30f8fe816ca13a27a8ff23980d8a by Marco Martin. Committed on 27/01/2025 at 14:57. Pushed by mart into branch 'Plasma/6.3'. applets/notes: don't steal shortcuts to FloderView Shortcuts are in the context of the window, so the notes applet will steal any shortcut that folderview would register as well, such as the paste shortcut. If there is a note on the desktop, after copying a file from dolphin, ctrl+v with folderview focused will paste the file url in the note. as well other shortcuts such as undo/redo will have effect even if the note is not focused This enables the shortcut only when the context menu is open, as the same actions are triggered as normal key events when the text field is focused (cherry picked from commit a226f8cb7661951ee56d1e7eac8993e61788c016) 8eacebaf applets/notes: don't steal shortcuts to FloderView 62c9a630 only enable when menu open Co-authored-by: Marco Martin <notm...@gmail.com> M +11 -10 applets/notes/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/e9c12fab2a2c30f8fe816ca13a27a8ff23980d8a -- You are receiving this mail because: You are watching all bug changes.