matchesSingle method
Returns true if this key message matches the given binding.
Implementation
bool matchesSingle(KeyBinding binding) => keyMatchesSingle(key, binding);
Returns true if this key message matches the given binding.
bool matchesSingle(KeyBinding binding) => keyMatchesSingle(key, binding);