# ShortcutHandler

> Shortcut handler.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.5/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor
* **Inherits from:** [Manipulator](/engine/6000.5/script-reference/unityengine/uielements/manipulator.md)
* **Implements:** [IManipulator](/engine/6000.5/script-reference/unityengine/uielements/imanipulator.md)

```csharp
public class ShortcutHandler : Manipulator, IManipulator
```

## Constructors

| Constructor                                                                                                                                                                                                                  | Description                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| [ShortcutHandler(System.Collections.Generic.Dictionary\{UnityEngine.Event,UnityEditor.Experimental.GraphView.ShortcutDelegate})](/engine/6000.5/script-reference/unityeditor/experimental/graphview/shortcuthandler/ctor.md) | ShortcutHandler's constructor. |

## Methods

| Method                                                                                                                                               | Description                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [RegisterCallbacksOnTarget](/engine/6000.5/script-reference/unityeditor/experimental/graphview/shortcuthandler/registercallbacksontarget.md)         | Called to register click event callbacks on the target element. |
| [UnregisterCallbacksFromTarget](/engine/6000.5/script-reference/unityeditor/experimental/graphview/shortcuthandler/unregistercallbacksfromtarget.md) | Called to unregister event callbacks from the target element.   |

## Inheritance

**Inherited Members:**

* [Manipulator.target](/engine/6000.5/script-reference/unityengine/uielements/manipulator/target.md)
