Version: Unity 6.5 (6000.5)
Language : English
Manage keyboard shortcuts
Shortcuts window reference

Manage shortcut profiles

Create, rename, delete, and activate shortcut profiles using the Profile list dropdown in the Shortcuts window, or save and load profiles as JSON files.

Create a new profile

To create a new profile:

  1. From the Shortcuts window, select the Profile list dropdown.
  2. Select Create new profile. The Create Profile dialog appears.
  3. Enter the name for the new profile and select Create.

The new profile is now active.

Set a different profile as active

To activate a different profile:

  1. From the Shortcuts window, select the Profile list dropdown.
  2. Select the profile you want to activate from the list.

The selected profile is now active.

Rename an existing profile

To rename an existing profile:

  1. From the Shortcuts window, select the Profile list dropdown.
  2. Select the profile you want to rename from the list.
  3. Select Rename profile. The Rename Profile dialog appears.
  4. Enter the new name for the profile and select Rename.

The profile now appears with the new name.

Delete a profile

To delete an existing profile:

  1. From the Shortcuts window, select the Profile list dropdown.
  2. Select the profile you want to delete from the list.
  3. Select Delete profile. The Delete Profile dialog appears.
  4. Select Delete Profile to confirm you want to delete the active shortcut profile.

The dialog closes and the active profile reverts to the Default profile.

Save a shortcut profile

To save the active shortcut profile to disk:

  1. From the Shortcuts window, select Export. The Export Profile dialog appears.

  2. By default, Unity saves the file using the same name as the active profile. To use a different name for the exported file, enter the name in Save As.

    Note: Even if you change the name of the file, the JSON file still stores the name of the active shortcut profile in the m_Id property, not the file name. Re-importing the file might therefore cause a name clash with the original shortcut profile.

  3. By default, Unity saves the file to the root folder of your Unity project. To save it to a different location, select another folder from the Where dropdown.

  4. Select Save. Unity writes a JSON file to the selected folder.

You can now share this file with a different project or user.

Load a saved shortcut profile

To load a saved shortcut profile:

  1. From the Shortcuts window, select Import. Your system’s file browser displays the root folder of your Unity project.
  2. Select the JSON file you want to import.
  3. Select Yes or No if Unity asks whether to overwrite an existing profile with the same name.

The imported shortcut profile is now active.

Additional resources

Manage keyboard shortcuts
Shortcuts window reference