Skip to content

Commit

Permalink
Change keybindings in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarawneh committed Apr 13, 2016
1 parent 3eec536 commit e6d1d21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ To find your packages directory open-up the console (click `View` then `Show Con

Open the (plain text) file you want LanguageTool to proof-read then:

1. Run a language check (`Ctrl+Shift+r`). Any problems identified by LanguageTool will be highlighted.
1. Run a language check (`Ctrl+Shift+c`). Any problems identified by LanguageTool will be highlighted.
2. Move focus between the problems using `Alt+Down` (next) and `Alt+Up` (previous).
3. Each time a problem is in focus, the status bar will display a description of the problem and (if available) suggested corrections between brackets.
4. Begin typing to correct a selected problem or press `Alt+Right` to apply suggested corrections if available.
5. To ignore the selected problem, press `Alt+Left`.
6. Auto-correcting a problem (`Alt+Right`) or ignoring it (`Alt+Left`) will automatically move focus to the next problem.
4. Begin typing to correct a selected problem or press `Alt+f` to apply suggested corrections if available.
5. To ignore the selected problem, press `Alt+d`.
6. Auto-correcting a problem (`Alt+f`) or ignoring it (`Alt+d`) will automatically move focus to the next problem.

All plugin commands and their keyboard shortcuts can be listed in the command palette by typing `LanguageTool:`.

Expand Down

0 comments on commit e6d1d21

Please sign in to comment.