onKeysChange

abstract fun onKeysChange(@NotNull newKeys: @NotNull Set<Hotkey.Key>)

Invoked when the keys associated with the hotkey change.

Parameters

newKeys

The new set of keys for the hotkey.