CMD + Delete
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:
Important Context
- 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! :)
All the New Key Combinations
| Action |
macOS |
Windows / Linux |
| Delete previous word |
option + backspace |
ctrl + backspace |
| Delete next word |
option + delete |
ctrl + delete |
| Delete to start of line |
cmd + backspace |
N/A |
| Delete to end of line |
cmd + delete |
N/A |
| Move to previous word |
option + ← |
ctrl + ← |
| Move to next word |
option + → |
ctrl + → |
| Move to start of line |
cmd + ← |
home |
| Move to end of line |
cmd + → |
end |
| Move to start of text |
cmd + ↑ |
ctrl + home |
| Move to end of text |
cmd + ↓ |
ctrl + end |
| Select to previous word |
option + shift + ← |
ctrl + shift + ← |
| Select to next word |
option + shift + → |
ctrl + shift + → |
| Select to start of line |
cmd + shift + ← |
shift + home |
| Select to end of line |
cmd + shift + → |
shift + end |
| Select to start of text |
cmd + shift + ↑ |
ctrl + shift + home |
| Select to end of text |
cmd + shift + ↓ |
ctrl + shift + end |
| Select up one line |
shift + ↑ |
shift + ↑ |
| Select down one line |
shift + ↓ |
shift + ↓ |