Custom Shortucts List

5 votes
Version: 
0.01a
Author Name: 
Vojtech Cada

Simple dialog that shows all user-set hotkeys in one list. Hovering over each button shows the category and group of the action. Clicking the button executes the action - unless the button shows as disabled, which means that the action is not available (the macro might have got lost or it may belong to a plugin which is currently not installed).

Hotkey list

Additional Info: 

When you run the script, it loads the active hotkey set file. If you want to load another, maybe a hotkey set you've downloaded and want to see what actions are mapped there, there's the 'Load Shortcuts File...' button for that. This way, you will also see in advance all the actions that are not available on your max install. Not all action names are saved in the shortcut file so for some items unavailable on your machine, you might only see a << MISSING >> text - this might happen with some plugins and also with custom quad shortcuts.

Installation: The .ms file can be run from any location (Maxscript -> Run Script...). If you want to put it in toolbar, menu or quadmenu, you can create a macroscript using Macroscript Creator.

Version Requirement: 
3ds Max 2020
AttachmentSize
showCustomShortcuts.ms5.38 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
obaida's picture

Thanks

yes it should be proper toolbar, thanks for the guide.
Regards.

Swordslayer's picture

 

Easiest way is to create a rollout and register it as dialogBar so that it can be docked like toolbars. If it needs to be 'proper' toolbar, check the maxsdk\howto\ui\cuitest sample.

obaida's picture

Thanks for the

Thanks for the replay,
creating a toolbar through something like startup/CreateToolbar.ms file that can be created on the fly with full list of custom scripts not in manual way, similar to V-Ray toolbar or Corona.

Swordslayer's picture

 

Technically, you could diff the backup cuix and current workspace one and start with that but there are plugins that create toolbars, menus and quadmenus on the fly and those are not saved there. Plus you already see the toolbars you've added so I'm not sure I follow.

obaida's picture

Thanks for this great

Thanks for this great script,
what about a toolbar can it be done through .ms script?
there is couple of plugins adding toolbars, but it's included in .dl* files
Thanks in advance, for all what you add to the community,
Regards.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.