Why Isn't Your Layout Bindkey Working in Layout XL?
Unfortunately, the application type, or name, is "Virtuoso XL". So you might need an additional definition:
hiSetBindKey("Layout" "Ctrl <Key>m" "toglImportSplitRseg()")
hiSetBindKey("Virtuoso XL" "Ctrl <Key>m" "toglImportSplitRseg()")
How do you get the Application type?
hiGetAppType(window(enclosed_number))
When you see 12(23) in the lower left corner of a window, use 23 in this command in the CIW
Comments
Post a Comment