spiegel-keyman/web/docs/engine/reference/core/helpURL.md
Marc Durdin 1f82507730 docs(web): deprecate unused and obsolete API endpoints and docs cleanup
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
2026-08-12 16:07:22 +02:00

436 B

title
helpURL (deprecated)

Summary

URL for keyboard help site.

Syntax

keyman.helpURL

Type

string

Access

Read only

Return Value

Always returns "https://help.keyman.com/go".

Description

This property should not be used; full URLs for keyboard help for keyboards provided through Keyman Cloud are available in the Keyman Cloud APIs.

History

19.0: deprecated