Author Topic: Is There A Hotkey To Assign To Open "Manage Aliases Editor" Dialog Box ?  (Read 137 times)

total_annihilation00

  • Active Member
  • ***
  • Posts: 124
  • Tech Savant\ Envisioneering
    • View Profile
I'm looking to assign a custom hotkey (e.g., Ctrl+Shift+A) to open the Manage Aliases dialog directly via scripting or a user-defined command. This dialog is heavily used, but I couldn't find an option to bind it in Keyboard Customization.

I've attempted to invoke it using various scripting methods such as:
  • MC.OpenAliasManager()
  • Core.Config("ManageAliases")
  • MC.RunCmd(50178) (where 50178 is the menu command ID for the Alias Manager)

However, none of these approaches successfully open the dialog via a hotkey. Is there a reliable way to trigger the Alias Editor through a hotkey or scripting command?
« Last Edit: October 07, 2025, 15:28:44 by total_annihilation00 »
~The World's Deceit Has Raped My Soul, We Melt The Plastic People Down Then We Melt Their Plastic Town~


Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4774
    • View Profile
    • Multi Commander
Don't think 50178 is correct. anyway..

Create a UserDefinedCommand  of type : Internal Command

and select "MultiCommaner (base)" as module
and "Manage aliases" as command

total_annihilation00

  • Active Member
  • ***
  • Posts: 124
  • Tech Savant\ Envisioneering
    • View Profile
Don't think 50178 is correct. anyway..

Create a UserDefinedCommand  of type : Internal Command

and select "MultiCommaner (base)" as module
and "Manage aliases" as command

Oh wow, that works like a charm !! —Thank you so much !! Dunno how I missed that… ;D
~The World's Deceit Has Raped My Soul, We Melt The Plastic People Down Then We Melt Their Plastic Town~