There is a hotkey for pushing into a schematic of a hierarchical block:
"h" -> WVOPushSchematic
Is it possible to set a hotkey for going up the hierarchy?
Cheers,
Martin
There is a hotkey for pushing into a schematic of a hierarchical block:
"h" -> WVOPushSchematic
Is it possible to set a hotkey for going up the hierarchy?
Cheers,
Martin
Thank you Shannonk, it works.
Unfortunately with a small restriction.
It does not work if you push down to a schematic page that is opened for the first time and immediately wants to pop out again.
First you have to click on the newly opened page and than the pop-keybinding is working.
Should I open a bug report for that? It seems to be a general problem of keybindings. If a page is opened for the first time, no hotkeys work at all (I tried n- add nets, b - add bus, F7 - ZoomIn, etc). First, you always must click anywhere on the page, than the bindings are working.
There isn't a "pop" for a stroke but the last time this came up FileClose was determined to be 'close enough'
You can bind Pop to a keystroke: Bindings("Schematic").AddKeyBinding "p", "Pop", Cmd, Key
Binding Push & Pop to Mouse Strokes