bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS: Wrong shortcut for "delete previous word"

bobbylight opened this issue · comments

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.