mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
Test-bot: skip Build-bot: skip Follows: #16170 Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
31 lines
469 B
Markdown
31 lines
469 B
Markdown
---
|
|
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)
|