# `GlyphsToolEvent.tempTrigger`

*Instance Property*

The trigger (key mask) to select the tool temporarily

## Declaration

```swift
var tempTrigger: NSEvent.ModifierFlags { get }
```

```objc
@property (nonatomic, readonly) NSEventModifierFlags tempTrigger;
```

```python
tempTrigger() -> NSEventModifierFlags
```

## Discussion

The select tool is selected with the cmd key. It returns NSEventModifierFlagCommand.

