spiegel-keyman/web/docs/engine/guide/examples/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

26 lines
1,005 B
Markdown

---
title: Additional KeymanWeb Usage Examples
---
This set of examples displays basic use of the API to demonstrate customization possibilities for use of KeymanWeb.
- [Automatic Control Example](automatic-control)
Demonstrates the simplest way to get up and running with KeymanWeb.
- [Manual On-Screen Keyboard Control](manual-control)
Demonstrates some basic API allowing for custom control of the on-screen keyboard's display.
- [Manual Language Control Example](full-manual-control)
Demonstrates API allowing for custom controls to manage the active keyboard.
- [Control by Control Example](control-by-control)
Demonstrates how to set different languages for different controls and how to disable controls via API call.
---
**Note:** in the actual source for these examples, we link to the most current version of KeymanWeb instead of a local copy, though the first three are written to demonstrate working with a local copy of KeymanWeb and will work accordingly.
---