matchesSingle method

bool matchesSingle(
  1. KeyBinding binding
)

Returns true if this key message matches the given binding.

Implementation

bool matchesSingle(KeyBinding binding) => keyMatchesSingle(key, binding);