specifiedLogicalKey property

int? specifiedLogicalKey
final

A logical key specified by the embedding that should be used instead of deriving from raw data.

The macOS embedding detects the keyboard layout and maps some keys to logical keys in a way that can not be derived from per-key information.

This is not part of the native macOS key event.

Implementation

final int? specifiedLogicalKey;