mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-21 15:57:42 +00:00
Deprecate the following obsolete functions and properties: * `keyman.helpURL` * `keyman.util.rgba` * `keyman.util.toFloat` * `keyman.util.toNumber` * `keyman.util.toNzString` Use correct language for code blocks in Keyman Engine for Web documentation. Test-bot: skip
25 lines
189 B
Markdown
25 lines
189 B
Markdown
---
|
|
title: hide
|
|
---
|
|
|
|
## Summary
|
|
|
|
Hides the OSK.
|
|
|
|
## Syntax
|
|
|
|
```js
|
|
keyman.osk.hide()
|
|
```
|
|
|
|
### Parameters
|
|
|
|
None.
|
|
|
|
### Return Value
|
|
|
|
`undefined`
|
|
|
|
## Description
|
|
|
|
Hides the On-Screen Keyboard.
|