Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0Version 2.0Version 1.0 (home page)

On this page

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()