Several actions for one key command?

Hi all,

I have added this to my keycommands file:

{
						"View.SetPagePositionPolicy?PagePositionPolicy=kSpreadHorizontal" : [ "Ctrl+Alt+Shift+X" ]
					},

I would now like to add View.ZoomPageHeight to this command, so that both actions are executed for this keypress.

Is this possible? If so, how is it done? I haven’t been able to find the right syntax (if there is one…)

No, it cannot be done. You’ll need to use a Lua macro or a third-party macro application to make this happen.

1 Like