--- title: ShowPinnedHelp (deprecated) --- ## Summary Shows the on-screen keyboard and locks it at the resulting location. ## Syntax ```js keyman.interface.ShowPinnedHelp(); keyman.interface.showPinnedHelp(); KeymanWeb.ShowPinnedHelp(); KeymanWeb.showPinnedHelp(); ``` ### Parameters None. ### Return Value `undefined` ### Replaced by This function is deprecated; see instead: * [`keyman.osk.setRect()`](../osk/setRect), * [`keyman.osk.show()`](../osk/show)