diff --git a/ios/docs/help/basic/index.md b/ios/docs/help/basic/index.md index b67688e03c..9c40fd0f09 100644 --- a/ios/docs/help/basic/index.md +++ b/ios/docs/help/basic/index.md @@ -1,7 +1,7 @@ --- title: Basic Help --- -* [Using the Banner on the Keyboard](using-the-banner) +* [Predictive-Text Settings and the Banner](using-the-banner) * [Switching Between Keyboards](switching-between-keyboards) diff --git a/ios/docs/help/basic/using-the-banner.md b/ios/docs/help/basic/using-the-banner.md index dc1edf2479..59a00974a5 100644 --- a/ios/docs/help/basic/using-the-banner.md +++ b/ios/docs/help/basic/using-the-banner.md @@ -1,5 +1,5 @@ --- -title: Using the Banner on the Keyboard - Keyman for iPhone and iPad Help +title: Predictive-Text Settings and the Banner - Keyman for iPhone and iPad Help --- ## About the Keyboard Banner @@ -10,6 +10,18 @@ Keyman keyboards now always display a banner above the keyboard for one of the f * Display a Keyman-themed banner so popups and gestures for the top row of keys are visible * Reserved for future functionality +## Adjusting Text Suggestion Settings + +The banner mode can be controlled by going to Keyman Settings --> (select an installed language) + +At the bottom of the language settings menu are three controls for the banner: + +![](../ios_images/prediction-options.png) + +* Offer word completions (Suggestion banner displays predictions; shows a flat image-banner if disabled) +* Offer corrections (Suggestion banner displays predictions and corrections) +* Apply corrections automatically (Tapping the space bar may automatically apply the best suggestion) + ## Using the Suggestion Banner If a [dictionary is installed](installing-custom-keyboards-dictionaries) and enabled for the active Keyman diff --git a/ios/docs/help/index.md b/ios/docs/help/index.md index cd0f81300e..d282abc1e4 100644 --- a/ios/docs/help/index.md +++ b/ios/docs/help/index.md @@ -15,7 +15,7 @@ title: Keyman for iPhone and iPad 19.0 Help ## [Using Keyman for iPhone and iPad](basic/) -* [Using the Banner on the Keyboard](basic/using-the-banner) +* [Predictive-Text Settings and the Banner](basic/using-the-banner) * [Switching Between Keyboards](basic/switching-between-keyboards) * [Using a Keyboard](basic/keyboard-usage) * [Keyboard Gestures](context/gestures) diff --git a/ios/docs/help/ios_images/prediction-options.png b/ios/docs/help/ios_images/prediction-options.png new file mode 100644 index 0000000000..bc8d7fa0a9 Binary files /dev/null and b/ios/docs/help/ios_images/prediction-options.png differ