In Minecraft on MacOS, pressing option and backspace deletes a single character, and pressing command and backspace deletes a word. This is completely inconsistent with the native OS, so I fixed it:
- As of right now, this only works in some places. This includes chat and the Creative Menu Search. It does not include Signs or Books.
- If you use this mod on Windows (or Linux), nothing should change from the Vanilla behavior
- If you have any problems with this mod, please report them as Issues on GitHub. Pull Requests are also welcome.
option+backspace(control+backspaceon Windows): deletes previous wordcommand+ backspace (no Windows equivalent): deletes all of the line previous to cursoroption+ left/right arrow keys (control+ left/right arrow keys on Windows): moves to one word in the direction of the arrowcommand+ left/right arrow keys (no Windows equivalent): moves to the start/end of the line in the direction of the arrowoption+shift+ left/right arrow keys (control+shift+ left/right arrow keys on Windows): moves to & selects one word in the direction of the arrowcommand+shift+ left/right arrow keys (no Windows equivalent): moves to & selects the start/end of the line in the direction of the arrow