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
I am using the latest version of CKEditor and would like to ensure that all pasted text is converted to plain text when using Ctrl + V (without requiring Ctrl + Shift + V).
However, I am unable to detect keyboard events to check for Ctrl + V before calling the inputTransformation event. I tried using the keydown event, but it did not work.
How can I achieve this?
The text was updated successfully, but these errors were encountered:
Hello,
I am using the latest version of CKEditor and would like to ensure that all pasted text is converted to plain text when using Ctrl + V (without requiring Ctrl + Shift + V).
However, I am unable to detect keyboard events to check for Ctrl + V before calling the inputTransformation event. I tried using the keydown event, but it did not work.
How can I achieve this?
The text was updated successfully, but these errors were encountered: