-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shift+Del doesnot cut to clipboard #1325
Comments
Hi, this seems to be caused by CKEditor not recognizing this keyboard shortcuts so it would have to be fixed there first. Other input fields not controlled by CKEditor (e.g. note title) seem to behave correctly. |
Hi, thanks for the answer, well it's weird because the official CKEditor's documentation says it should support this keystroke:
|
The docs refer to CKEditor 4 while Trilium uses CKEditor 5 which is complete reimplementation so I wouldn't be surprised if there are bugs/omissions compared to v4. |
Just read the docs on 5 and realized that they removed this keystroke which gets me really surprised. |
tried to change the Keyboard Shortcuts in the Options: cutNotesToClipboard: Shift+Delete |
Hi, cutNotesToClipboard refers to a tree operation (cutting whole notes into clipboard), not to text editing. Currently, it is not possible to bind custom text editor keyboard shortcuts. |
Trilium has entered maintenance mode. Future enhancements will be addressed in TrilumNext: TriliumNext/Notes#100 |
Trilium 0.44.9 for Linux
Pressing Shift+Del on text selection does not cut it to clipboard, just deletes the selection.
Although Shift+Ins inserts the clipboard content OK.
BTW both Ctrl+X and Ctrl+V work OK.
There is nothing relevant in the log file.
Is it possible to fix the Shift+Del behavior?
Thank you.
The text was updated successfully, but these errors were encountered: