Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0

On this page

You are viewing documentation of version 19.0, which is not included in the latest version. Click here to open the index page for version 18.0.

FocusLastActiveElement (deprecated)


Summary

Restore the focus to the text store active before input was moved to KeymanWeb.

Note that the name is misleading: this function move focus to the last active TextStore, not the last active HTMLElement (in practice, this is equivalent in a web browser context).

Syntax

keyman.interface.FocusLastActiveElement();
keyman.interface.focusLastActiveElement();
KeymanWeb.FocusLastActiveElement();
KeymanWeb.focusLastActiveElement();

Parameters

None.

Return Value

undefined

Replaced By

This function is deprecated; see instead:

See also