# Editor.EditorShortcuts.PassShortcut

```csharp
static bool PassShortcut { get; set; }
```

Set this to true in a shortcut method to indicate the shortcut should not be consumed,
allowing other shortcuts with the same key binding to be tried.

Declared in [Editor.EditorShortcuts](/api/Editor.EditorShortcuts).
Assembly: `Sandbox.Tools`.
