Command support Mac

Hi Im using the  RichTextEditor  but im getting issues with the Keyboard Support
 When a user select the shortcut command+u (or any other MAC command), nothing happens, the user dont want to use control he want to keep using the command key
Thanks!
Any solution will be appreciated

1 Reply 1 reply marked as answer

IS Indrajith Srinivasan Syncfusion Team January 15, 2021 11:56 AM UTC

Hi Pedro, 
 
Good day to you, 
 
We have validated the reported query. The Cmd key is not considered as an combination key, to be captured in the browser using the JavaScript. Check the below StackOverflow link for reference. 
 
 
Instead you can apply, Underline for the text using the Rich Text Editor executeCommand for the corresponding keycodes when the Cmd button is clicked. Check the below sample for reference. 
 
 
 
Please get back to us, if you face any difficulties, 
 
Regards, 
Indrajith 


Marked as answer
Loader.
Up arrow icon