mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
Merge pull request #1743 from keymanapp/web-1742-cjk-pinned-help
[Web] Adds upper-cased variant of showPinnedHelp API
This commit is contained in:
commit
e8bfdce166
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
* Centralizes code paths to improve parity between hardware and OSK-based keystrokes.
|
||||
* In both cases above, significant unit testing was facilitated and has been added as a result, further improving code maintainability into the future.
|
||||
* Began adding support for our common LMLayer interface for predictive modeling.
|
||||
* Fix for issue with Mandarin Chinese keyboard's 'picker' UI
|
||||
|
||||
## 2019-02-25 11.0.220 stable
|
||||
* 11.0 Stable release
|
||||
|
|
|
|||
|
|
@ -1138,6 +1138,9 @@ namespace com.keyman.text {
|
|||
}
|
||||
}
|
||||
|
||||
// Needed for some legacy CJK keyboards.
|
||||
['ShowPinnedHelp'] = this['showPinnedHelp'];
|
||||
|
||||
resetContext() {
|
||||
let keyman = com.keyman.singleton;
|
||||
if(!keyman.isHeadless && keyman.osk.vkbd) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue