| Author | djarvis <email> |
|---|---|
| Date | 2017-11-10 11:01:57 GMT-0800 |
| Commit | 5efdc5432149aaf44c092b606c29e78e637606b1 |
| Parent | fefb2ee |
| Delta | 1 line added, 0 lines removed, 1-line increase |
| */ | ||
| private void initKeyboardEventListeners() { | ||
| + // Control and space are pressed. | ||
| addEventListener( keyPressed( SPACE, CONTROL_DOWN ), this::autocomplete ); | ||