diff --git a/docs/configurations.md b/docs/configurations.md index cceded1cd..5c8dd95f9 100644 --- a/docs/configurations.md +++ b/docs/configurations.md @@ -44,13 +44,15 @@ Full customization is also available. * Precomposition: Mode to type Hiragana characters, but no character is typed yet. * Composition: Mode to type Hiragana characters. -* Suggestion: Sub-mode of Composition. Some word suggestions have appeared. +* Suggestion: Sub-mode of Composition. Some word suggestions have appeared, + but no candidate is focused. * Conversion: Mode to select words (in Kanji). Candidate words are generated by exact-match (by Space key). * Prediction: Sub-mode of Conversion. Candidate words are generated by prefix-match (by Tab key). -![Input modes](input_modes.svg) +![Diagram of input modes](input_modes.svg) +![Screenshots of input modes](input_modes.png) ## Configuration path diff --git a/docs/input_modes.png b/docs/input_modes.png new file mode 100644 index 000000000..9947d7214 Binary files /dev/null and b/docs/input_modes.png differ diff --git a/src/data/keymap/README.md b/src/data/keymap/README.md index 123118cc2..fe899ee89 100644 --- a/src/data/keymap/README.md +++ b/src/data/keymap/README.md @@ -30,7 +30,8 @@ Shortcut keys are configurable from the preferences dialog GUI. * Composition + Mode to type Hiragana characters. * Suggestion - + Sub-mode of Composition. Some word suggestions are appeared. + + Sub-mode of Composition. Some word suggestions have appeared, but no + candidate is focused. * Conversion + Mode to select words (in Kanji). Candidate words are generated by exact-match (by Space key). @@ -38,4 +39,5 @@ Shortcut keys are configurable from the preferences dialog GUI. + Sub-mode of Conversion. Candidate words are generated by prefix-match (by Tab key). -![Input modes](../../../docs/input_modes.svg) +![Diagram of input modes](../../../docs/input_modes.svg) +![Screenshots of input modes](../../../docs/input_modes.png)