You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there're at least two actions in note editor that are bound to modifier CtrlandCommand (Meta) on macOS, which is unnecessary and prevents the system level key bindings from working:
Select All - bound to Ctrl + A and Command + A. Ctrl + A in macOS is supposed to be "move cursor to line start".
Link - bound to Ctrl + K and Command + A. Ctrl + K in macOS is supposed to be "kill characters from cursor to line end".
It would be great if I can unbind these unwanted key bindings so that I can edit notes smoothly.
Hi, I think both of these are handled by ckeditor itself without any handling on trilium side so I guess this depends mainly on ckeditor/ckeditor5#5705
It seems weird that 3ff3021 does not resolve this issue.
The reason for this explicit handling were inputs not controlled by CKEditor, so removing that does not really affect the CKEditor's behavior ...
VERSION: 0.43.3 on macOS 10.14.6
Currently there're at least two actions in note editor that are bound to modifier Ctrl and Command (Meta) on macOS, which is unnecessary and prevents the system level key bindings from working:
Select All - bound to Ctrl + A and Command + A. Ctrl + A in macOS is supposed to be "move cursor to line start".
Link - bound to Ctrl + K and Command + A. Ctrl + K in macOS is supposed to be "kill characters from cursor to line end".
It would be great if I can unbind these unwanted key bindings so that I can edit notes smoothly.
Related issues:
It seems weird that 3ff3021 does not resolve this issue.
The text was updated successfully, but these errors were encountered: