@codinghorror @listrophy here's what Apple call the modifier keys. No "alt" among them :)
(But Globe is a stupid name, that one can get in the sea.)

Everyone knows how to use the arrow keys to navigate within textboxes. But not many people know there are a slew of handy keyboard shortcuts for editing text in textboxes. And these keyboard shortcuts work everywhere, even in the most basic input areas – including vanilla HTML forms, such as the
@kanongil @paul @codinghorror The Mac standard has been, since 1986-1987:
- Arrow keys move the insertion point;
- Home/End/Page Up/Page Down move the vertical scroll bar;
- Option “scales up,” so left/right moves by word, up/down by page;
- Command “scales up” more, so left/right move to beginning/end of line, up/down move to beginning/end of document; and,
- Shift adjusts selection.
CodeWarrior added subword InterCap traversal via control-arrows.