mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25: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
43 lines
No EOL
850 B
Markdown
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](..) |