spiegel-keyman/web/docs/engine/reference/events/keyman/index.md
Marc Durdin 6c145cb775 refactor(web): move web engine help to app repo
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
2024-10-31 11:00:06 +07:00

43 lines
No EOL
850 B
Markdown

---
title: keyman events
---
[`beforekeyboardchange`](beforekeyboardchange)
: Called when keyboard input language about to change.
<!-- -->
[`controlblurred`](controlblurred)
: Called when input element loses focus.
<!-- -->
[`controlfocused`](controlfocused)
: Called when input element receives focus.
<!-- -->
[`keyboardchange`](keyboardchange)
: Called when keyboard input language changed.
<!-- -->
[`keyboardloaded`](keyboardloaded)
: Called when keyboard code loaded.
<!-- -->
[`keyboardregistered`](keyboardregistered)
: Called when keyboard 'stub' processed (for listing as available
keyboard).
<!-- -->
[`loaduserinterface`](loaduserinterface)
: Called when allow ui initialization.
<!-- -->
[`unloaduserinterface`](unloaduserinterface)
: Called when allow ui clean-up.
[Return to main `events` index](..)