| Author | djarvis <email> |
|---|---|
| Date | 2016-11-09 23:06:56 GMT-0800 |
| Commit | 65984bbdcd09fe6f9b1cc120f8845ac71c533712 |
| Parent | e30d437 |
| Delta | 3 lines added, 2 lines removed, 1-line increase |
| case ENTER: | ||
| + // Fall through. | ||
| stopEventCapture(); | ||
| - // Fall through. | ||
| case PERIOD: | ||
| case RIGHT: | ||
| /** | ||
| - * Only variable name keys can pass through the filter. | ||
| + * Only variable name keys can pass through the filter. This is called when | ||
| + * the user presses a key. | ||
| * | ||
| * @param e The key that was pressed. | ||