KeyboardInputFilter
class KeyboardInputFilter(keys: Set<KeyCode> = emptySet(), val modifiers: KeyboardModifiers? = null)(source)
Immutable keyboard subscription evaluated before local dispatch and again before a remote handler runs. An empty key set or null modifiers accept any key or modifier combination. Modifier matching compares held Shift, Control, Alt, and Super keys exactly; Caps Lock and Num Lock do not change shortcut matching.
Parameters
keys
physical keys accepted by the subscription; membership is copied.