Static function
Fast
Input.Register
Registers a keybinding to a default key
Syntax
Input.Register(binding_name, key_name, description)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
binding_name
|
string | — | The keybinding id |
key_name
|
string | — | The Key to use by default if this wasn't set before |
description
optional
|
string? | — | Text to show on Key Bindings Settings |