ZBrushCentral

Help;hotkey question

Hello, everyone, I would like to ask a question.Here is a piece of code.

//ZBRUSH MACRO - Recorded in ZBrush version 4.4
[IButton,???,“Press to run this macro. Macros can be aborted by pressing the ëescí key.”,
[IShowActions,0]
[IConfig,4.4]
[IKeyPress,SHIFT,[IPress,Tool:SubTool:MoveDown],55] // 7
]

I can only specify this button(MoveDown), I can not specify both the behavior of the shift key

If I want to assign hotkeys for this operation(SHIFT+MoveDown), how to modify the code.

Thank you very much!!!

I am not sure exactly what you are trying to do. Are you trying to add a secondary feature to the move down button? Like do you want something different to happen when you press Shift+Move Down?

With the shift key, click “moveDown” button, you can the current subtool move to the bottom of the list

I want to use a hotkey to perform this operation, rather than to click on this button(With the shift key)

:wink:

This works fine for me.

I put in the startup Macros folder and assigned a hotkey to it. When I pressed the hotkey the subtool moved to the bottom of the list.

What hotkey did you try to assign to it?

Hi,Thanks for your reply.

I also use a macro
I can only specified MoveDown button,
I can not specify MoveDown (With the shift key)

Can you show your macro code?

I used exactly yours. I copied it into a txt file and saved it.

What hotkey are you trying to use? If you are trying to override a default one it may not work.