1. ICC2 - GUI 常用快捷鍵
按鍵 F7:顯示或隱藏底部 Console 選項卡
按鍵 F8:顯示或隱藏 View Settings 選項卡
按鍵 F2:顯示 layers 選項卡
按鍵 F3:顯示objects 選項卡
數字鍵: 顯示或隱藏該層,比如按數字鍵5,就會顯示layer 5, 再按一次則隱藏layer5
Ctrl+數字鍵:僅顯示該層,比如按 Ctrl+5,則僅顯示layer5,隱藏其他所有layers
2. ICC2 常用畫圖快捷鍵:
字母 S :stretch wire,也可以同時 stretch 多條 wire
字母 M:move object
字母 D:delete object
字母 C:copy object
字母 E:next drc error
Shift+E:previous drc error
字母 W:框選
字母 L :線選
字母 P :智能選擇(鼠標指針默認狀態)
字母 T : 打開 Zoom to 對話框
shift+W:stretch wire 的同時保持其連接
shift+L : split object,線段切割或者矩形框切割
shift+H : create shape
shift+R : create route,可連接不同層的 metal
3. 自己修改的幾個快捷鍵
字母 R: 開關 ruler
字母 N:開關 snap
字母 V: 等於 Ctrl+Shift+N
改鍵命令:
gui_set_hotkey -hotkey R -menu "View->Mouse Tool->Ruler" -replace
gui_set_hotkey -hotkey N -tcl_cmd { snap_mouse } # snap mouse 是自己寫的一個 proc
|------------------------------|