# ShortcutHandler(Dictionary<Event, ShortcutDelegate>)

> ShortcutHandler's constructor.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.6/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public ShortcutHandler(Dictionary<Event, ShortcutDelegate> dictionary)
```

### Parameters

**** (\[Dictionary\<Event, ShortcutDelegate>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2)): Dictionary of shortcuts and their actions.
