From 7ebc816b92beff3d8e2c8d19b3372cd0b71cad2e Mon Sep 17 00:00:00 2001 From: jahorton Date: Wed, 25 Aug 2021 09:37:04 +0700 Subject: [PATCH] fix(web): non-default layer spacebar captions --- web/source/osk/oskView.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/source/osk/oskView.ts b/web/source/osk/oskView.ts index d35d446554..a10a55c148 100644 --- a/web/source/osk/oskView.ts +++ b/web/source/osk/oskView.ts @@ -429,6 +429,8 @@ namespace com.keyman.osk { // Can occur when using SHIFT with sil_euro_latin on a desktop form-factor. if(this.vkbd) { this.vkbd.layerId = newValue; + // Ensure that the layer's spacebar is properly captioned. + this.vkbd.showLanguage(); } // Ensure the keyboard view is modeling the correct state. (Correct layer, etc.)