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