Cleaning up the shortcuts in text controls, I found that users can delete the word to the right of the caret by using CMD-DELETE. Unfortunately, this key combination does not exist on Mac.
We should use native shortcut instead: OPTION-DELETE.
We should use native shortcut instead: OPTION-DELETE.
- relates to
-
JDK-8095640 CMD-BACKSPACE should delete the line to the left of the caret, not the word (Mac)
- Resolved