Key sequences to practice
- ⌥→ (Option + Right Arrow) - Move forward through text one token at a time
- ⌥← (Option + Left Arrow) - Move backward through text one token at a time
Keystrokes without explanations
- Open the Java source file, LongConditional.java.
- Repeat the following keyboard inputs until the sequence becomes fluid.
⌥→ → →
⌥← ← ←
- Open the Java source file, LongConditional.java.
- Press ⌥→ (Option + Right Arrow), pressing → (Right Arrow) repeatedly while holding down ⌥ (Option), to skip forward through the text one token at a time.
- Press ⌥← (Option + Left Arrow), pressing ← (Left Arrow) repeatedly while holding down ⌥ (Option), to skip backward through the text one token at a time.
- Repeat until bored.
Key sequences to practice
- ⌥⇧→ (Option + Shift + Right Arrow) - Move forward through text one token at a time, selecting as you go
- ⌥⇧← (Option + Shift + Left Arrow) - Move backward through text one token at a time, selecting as you go
Keystrokes without explanations
- Open the Java source file, LongConditional.java.
- Repeat the following keyboard inputs until the sequence becomes fluid.
⌥⇧→ → →
⌥⇧← ← ←
- Open the Java source file, LongConditional.java.
- Press ⌥⇧→ (Option + Shift + Right Arrow), pressing → (Right Arrow) repeatedly while holding down ⌥ (Option), to skip foward through the text one token at a time.
- Press ⌥⇧← (Option + Left Arrow), pressing ← (Left Arrow) repeatedly while holding down ⌥ (Option), to skip backward through the text one token at a time.
- Repeat until bored.