Skip to content

Commit f5af78b

Browse files
committed
Select english before changing prediction
1 parent 80fe8fc commit f5af78b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JuliusSweetland.OptiKey.Core/UI/ViewModels/MainViewModel.ServiceEventHandlers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2437,6 +2437,7 @@ private async void HandleFunctionKeySelectionResult(KeyValue singleKeyValue)
24372437
break;
24382438

24392439
case FunctionKeys.SuggestionsUseBasic:
2440+
SelectLanguage(Languages.EnglishUK, true);
24402441
dictionaryService.ChangeSuggestionMethod(SuggestionMethods.Basic);
24412442
inputService.RequestSuspend();
24422443
RaiseToastNotification(Resources.SUCCESS, "Suggestions changed to BASIC", NotificationTypes.Normal, () => inputService.RequestResume());

0 commit comments

Comments
 (0)