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.0 (home page)Version 1.0 (home page)

On this page

isChiral

Summary

Test if a given keyboard recognizes chiral modifier data, such as left-control vs right-control.

Syntax

keyman.isChiral(keyboard);

Parameters

keyboard
Type: string optional
The id (identifying name) of a keyboard. Defaults to the currently-active keyboard if not specified.

Return Value

boolean
true if the keyboard accepts chiral (left-vs-right) variants of CTRL and ALT, false if not.

Description

The specified keyboard must have been fully loaded at some point for this information to be accessible; otherwise it will return false (non-chiral). It is always accurate for the currently-active keyboard.

With the present system architecture, this is a bit complicated in that a keyboard is only set to 'active' after the keyboardloaded event completes and after the keyboardchange event has completed for the first activation of a keyboard. However, both events return the name of the keyboard involved in the event, and this can be passed as an argument to isChiral from the keyboardloaded event's handler to obtain the correct keyboard chirality information.