--- 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 ```js keyman.interface.focusLastActiveTextStore(); KeymanWeb.focusLastActiveTextStore(); ``` ### Parameters None. ### Return Value `undefined`