# Editor.EditorShortcuts.IsDown

```csharp
static bool IsDown(string identifier)
```

Returns whether a given shortcut is currently being held down

### Parameters

- `identifier` (`string`): The identifier of the shortcut

### Returns

`bool`

Declared in [Editor.EditorShortcuts](/api/Editor.EditorShortcuts).
Assembly: `Sandbox.Tools`.
