mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
Note: build.sh updated to make sure that test:help build action:target doesn't also call test.sh by adding `:_all` meta-target. Note: CI will need a new help-keyman-com.sh build step to deploy web engine help. Fixes: #12347
29 lines
No EOL
458 B
Markdown
29 lines
No EOL
458 B
Markdown
---
|
|
title: OSK events
|
|
---
|
|
|
|
[`configclick`](configclick)
|
|
: Called when allows the UI to present KeymanWeb configuration
|
|
options.
|
|
|
|
<!-- -->
|
|
|
|
[`helpclick`](helpclick)
|
|
: Called when allows the UI to present a help page.
|
|
|
|
<!-- -->
|
|
|
|
[`hide`](hide)
|
|
: Called when OSK hidden.
|
|
|
|
<!-- -->
|
|
|
|
[`resizemove`](resizemove)
|
|
: Called when OSK resized or moved on desktop.
|
|
|
|
<!-- -->
|
|
|
|
[`show`](show)
|
|
: Called when OSK displayed.
|
|
|
|
[Return to main `events` index](..) |