Description
Under macOS the following text navigation shortcuts are setup incorrectly by default for the eclipse profile:
Description | Actual | Expected |
---|---|---|
Extends selection to beginning | ALT-shift-left | CMD-shift-left |
Extend selection end of line | ALT-shift-right | CMD-shift-right |
Extend selection to previous word | ALT-shift-left | |
Extend selection to next word | ALT-shift-right | |
Extend selection to beginning of document | CMD-shift-up | |
Extend selection to end of document | CMD-shift-down | |
Insertion point to beginning of line | CMD-left | |
Insertion point to end of line | CMD-right | |
Insertion point to previous word | ALT-left | |
Insertion point to next word | ALT-right | |
Insertion point to beginning of document | CMD-up | |
Insertion point to end of document | CMD-down |
It seems that this is some weird mixture of Windows eclipse and macOS shortcuts. it should be pure macOS shortcuts - that's what anyone would except on macOS (imho ...)