Skip to content

Instantly share code, notes, and snippets.

@02015678
02015678 / schBindKeys.il
Last active November 8, 2023 11:35
Bind key setting file for Cadence Virtuoso Schematic Composer
; 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()" )