UDN
Search public documentation

EditorHotkeys
Licensees can log in.

Red links require licensee log in.

Interested in the Unreal engine?
Check out the licensing page.

Questions about UDN itself?
Contact the UDN Staff

Editor Hotkeys

Document Summary: A summary of how to bind editor hotkeys.

Document Changelog: Created by Amitt Mahajan?. Maintained by Richard Nalezynski.

Overview

The bind hotkeys dialog lets users remap default hotkey bindings in the editor to key combinations of their choice.

Key Combinations

Allowable key combinations include any of the keyboard keys (with the exception of escape and special function keys) and a combination of ALT, SHIFT, and CTRL.

Binding Hotkeys

Accessing

As of this writing, the bind hotkey dialog is only available through Matinee. It is planned to extend the bind hotkey dialog to support the rest of the editor. The dialog can currently be accessed through Matinee by pressing the F4 key at the Matinee window.

The tree on the right side of the dialog lists all of the different editor command categories available for customization. In the image below only Matinee is available as a configurable category.

bindkeys1.jpg

After selecting a category, the list on the right is populated with all of the possible commands for that editor and the current keybindings for those commands.

To bind a hotkey, press the Bind button next to the command you wish to rebind and then press the key combination to bind the command to.

bindkeys2.jpg

Binding Storage

Key bindings will not be overridden when configuration files are updated by the editor. They are stored in a separate file to prevent users from losing their key bindings when default configuration files are updated.

Loading/Saving Key Configurations

Key bindings can be saved and loaded to external configuration files using the Load Config and Save Config buttons at the bottom of the hotkey dialog. Note that ALL hotkeys are saved and loaded, not just the currently visible hotkey list.

Resetting to Defaults

Keys can be reset to their default values using the Reset to Defaults button at the bottom of the dialog. This operation pulls the default hotkeys are defined by programmers. Note that ALL hotkeys are reset to default, not just the currently visible hotkey list.

Adding Hotkeys (For Programmers)

See the Adding Editor Hotkeys page for information on how to create and add new editor hotkey commands.