mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
fix(web): non-default layer spacebar captions
This commit is contained in:
parent
ffb1f1da02
commit
7ebc816b92
1 changed files with 2 additions and 0 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue