# `GlyphsTool.trigger`

*Instance Property*

The default keyboard shortcut to select the tool.

## Declaration

```swift
var trigger: String? { get }
```

```objc
@property (nonatomic, readonly) NSString * trigger;
```

```python
trigger() -> str
```

