bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

macOS: Wrong shortcut for "delete previous word" #476

Closed bobbylight closed 1 year ago

bobbylight commented 1 year ago

Description On macOS, "delete previous word" is typically mapped to option + backspace. In RSTA it's mapped to cmd + backspace. We should match the standard shortcut when on macOS.

Steps to Reproduce Use the incorrect shortcut in RSTA and see that it works, while the correct keyboard shortcut does nothing.