Key sequences to practice
- ⌃↑ (Ctrl + Down Arrow) - Move forward to the next method
- ⌃↓ (Ctrl + Up Arrow) - Move backward to the previous method
Keystrokes without explanations
- Open the Java source file, LongConditional.java.
- Repeat the following keyboard inputs until the sequence becomes fluid.
⌃↓ ↓ ↓
⌃ ↑ ↑↑
Steps with explanations
- Open the Java source file, LongConditional.java.
- Press ⌃↓ (Ctrl + Down Arrow), pressing ↓ (Down Arrow) repeatedly while holding down ⌃ (Ctrl), to skip forward through the text one method at a time.
- Press ⌃↑ (Ctrl + Up Arrow), pressing ↑ (Up Arrow) repeatedly while holding down ⌃ (Ctrl), to skip backward through the text one method at a time.
- Repeat until bored.