spiegel-keyman/web/docs/engine/reference/core/removeHotKey.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

458 B

title
removeHotKey

Summary

Remove the hotkey handler from document's list of hotkey handlers.

Syntax

keyman.removeHotkey(keyCode, shiftState);

Parameters

keyCode
Type: number
The base key code for the hotkey.
shiftState
Type: number
The modifier values corresponding to ALT, CTRL, and SHIFT for the hotkey.

Return Value

undefined

Description

See also keyman.addHotKey().