Liked Category OpenCUI

1 vote
Version: 
1.0
Date Updated: 
03/21/2016
Author Name: 
Nikolay Litvinov

To continually not found among heaps of categories that category into which most inputs for setup hotkeys. For instant access to the category Customize-> CustomizeUserInterface-> desired category ...

Чтобы постоянно не искать среди кучи категорий ту категорию, в которую чаще всего залазишь для установки хоткеев. Для мгновенного доступа в категорию Customize->CustomizeUserInterface->Нужная категория...

Additional Info: 

Install:
in line of code
SendKeys.SendWait "{DOWN 49}" --In place of this number, put the number of place desired category
--Вместо этого числа, поставить число места нужной категории

Save code in notepade as .ms file and Drop to viewport
Category:"Custom Scripts"

-- UniRemover.ms
-- By Nikolay Litvinov ([email protected])
-- Created On:	2016-03-21
-- Modified:	2016-03-21
-- tested using Max 2016
 
macroScript	LikedCategoryOpenCUI	category:"Custom Scripts"	toolTip:"Liked Category OpenCUI"	--icon:#("",1)	--silentErrors: true 
(
actionMan.executeAction 0 "59226"  -- Customize User Interface: Customize User Interface
(
SendKeys = dotNetClass "System.Windows.Forms.SendKeys"
SendKeys.SendWait "{TAB 4}"
SendKeys.SendWait "^{F4}"
SendKeys.SendWait "{DOWN 49}" --In place of this number, put the number of place desired category
SendKeys.SendWait "{ENTER}"
)
)
Version Requirement: 
all

Comments

Comment viewing options

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

Actions are stroed in Category: "NikLit Scripts"

Actions are stored in Category: "NikLit Scripts"

What is this and how do I get rid of it?

thanks

Comment viewing options

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