# `GlyphsReporter keyEquivalent`

*Instance Method*

The keyEquivalent to select the reporter.

## Declaration

```swift
optional func keyEquivalent() -> String!
```

```objc
- (NSString *) keyEquivalent;
```

```python
keyEquivalent() -> str
```

