mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
Ensure that the IME interface methods are all defined for both browser and webview modes. Deprecate 'Element' methods and replace with 'TextStore' to clarify return type. Add deprecation flags where needed and update documentation accordingly. Fixes: #16144
437 B
437 B
| title |
|---|
| focusLastActiveTextStore |
Summary
Set focus to the currently-focused or most recently focused text store. This is for use, for example, by IME keyboards to return the focus to the text store after the user clicks on an IME element, without resetting context.
Syntax
keyman.interface.focusLastActiveTextStore();
KeymanWeb.focusLastActiveTextStore();
Parameters
None.
Return Value
undefined