Returns whether the keystroke matches any of the given strings.
bool matchString( String s, [ String? s2, String? s3, String? s4, String? s5, ]) => _key.matchString(s, s2, s3, s4, s5);