static KeyCode parse(String string) { return KeyCode.values.firstWhere((e) => describeEnum(e) == string); }