This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Bindkey setting for Cadence Virtuoso Schematic Composer | |
; Author: Garrett Zhou | |
; Reference: Cadence build-in example schBindKeys.il | |
; 9 to add net probe, SHIFT+9 to delete net probe, CTRL+9 to delete all probe | |
; Mouse-Btn1 Double click to Descend, Mouse-Btn3 Double click to Return | |
when( isCallable(`schGetEnv) | |
hiSetBindKeys("Schematics" list( | |
list("<Key>9" "geEnterAddNetProbe()" ) | |
list("<Key>(" "geEnterDeleteNetProbe()" ) |