Returns true if this binding is enabled and msg matches its keys.
true
msg
bool matches(KeyMsg msg) => enabled && keyMatches(msg.key, [this]);