# KeypadEnter

> Numeric keypad Enter.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
KeypadEnter = 271
```

### Remarks

This is a key at the far right of a keyboard. Some laptops do not have a numeric keypad.

The `Enter` key is documented as [KeyCode.Return](/engine/6000.6/script-reference/unityengine/keycode/return.md).
