Share

Interface: UiCustomization

This core interface allows you to display the HotKey Editor dialog, and convert keyboard shortcut files to the new .hsx format. Available in 3ds Max 2020.1 Update and higher.

Methods:

<void>ShowHotkeyDialog()

Displays the Hotkey Editor dialog.

<void>ShowMenuEditor()

Displays the Menu Editor dialog on the "Menus" tab

Available in 3ds Max 2025 and higher.

<void>ShowDialog <enum>pageId

pageId enums: {#mouse|#toolbars|#colors|#hotkeys|#menus|#quads}

Displays the custom UI dialog that corresponds to enum pageId:

  • #mouse: Displays the Customize User Interface dialog on the "Mouse" tab
  • #toolbars: Displays the Customize User Interface dialog on the "Toolbars" tab
  • #colors: Displays the Customize User Interface dialog on the "Colors" tab
  • #hotkeys - Displays the Hotkey Editor dialog
  • #menus - Displays the Menu Editor dialog on the "Menus" tab
  • #quads - Displays the Menu Editor dialog on the "Quads" tab

Available in 3ds Max 2025 and higher.

<boolean>ConvertLegacyHotkeys <string>legacyKbdxFilePath <string>convertedHsxFilePath

This function is deprecated in 3ds Max 2025 and higher. It doesn't do anything and it always returns false.

Was this information helpful?