본문 바로가기
헝클어진 회로/KiCAD

KiCad Hot Keys

by 배굿맨 2020. 11. 12.

KiCad의 PCB 화면으로 네트리스트를 불러오면 한 곳에 뭉쳤있다. PADS의 'disperse'명령어와 같은 명령어는 찾지 못하였고 PADS의 'ss' 명령어는 찾았다. 핫 키 'T'를 누르면 된다.

 

KiCad 핫 키를 정리해 보았다.

 

 

<eeschema.hotkeys>

# Common 

# Schematic Editor 

# Library Editor 

 

<pcbnew.hotkeys>

# Common

# Board Editor 

# Footprint Editor 

 

 

<eeschema.hotkeys>

 

# Common
[common]
shortcut   "Ctrl+N":    "New"
shortcut   "Ctrl+O":    "Open"
shortcut   "Ctrl+S":    "Save"
shortcut   "Ctrl+Shift+S":    "Save As"
shortcut   "Ctrl+P":    "Print"
shortcut   "Ctrl+Z":    "Undo"
shortcut   "Ctrl+Y":    "Redo"
shortcut   "Ctrl+X":    "Cut"
shortcut   "Ctrl+C":    "Copy"
shortcut   "Ctrl+V":    "Paste"
shortcut   "Ctrl+F1":    "List Hotkeys"
shortcut   "Ctrl+,":    "Preferences"
shortcut   "F1":    "Zoom In"
shortcut   "F2":    "Zoom Out"
shortcut   "F3":    "Zoom Redraw"
shortcut   "F4":    "Zoom Center"
shortcut   "Home":    "Fit on Screen"
shortcut   "Ctrl+F5":    "Zoom to Selection"
shortcut   "Space":    "Reset Local Coordinates"
shortcut   "E":    "Edit Item"
shortcut   "Del":    "Delete Item"
shortcut   "R":    "Rotate Item"
shortcut   "G":    "Drag Item"
shortcut   "Return":    "Mouse Left Click"
shortcut   "End":    "Mouse Left Double Click"

 

# Schematic Editor
[eeschema]
shortcut   "Ctrl+F":    "Find Item"
shortcut   "F5":    "Find Next Item"
shortcut   "Shift+F5":    "Find Next DRC Marker"
shortcut   "Ctrl+Alt+F":    "Find and Replace"
shortcut   "Ins":    "Repeat Last Item"
shortcut   "Tab":    "Move Block -> Drag Block"
shortcut   "M":    "Move Schematic Item"
shortcut   "C":    "Duplicate Symbol or Label"
shortcut   "A":    "Add Symbol"
shortcut   "P":    "Add Power"
shortcut   "X":    "Mirror X"
shortcut   "Y":    "Mirror Y"
shortcut   "N":    "Orient Normal Component"
shortcut   "V":    "Edit Symbol Value"
shortcut   "U":    "Edit Symbol Reference"
shortcut   "F":    "Edit Symbol Footprint"
shortcut   "Ctrl+D":    "Show Symbol Datasheet"
shortcut   "Ctrl+E":    "Edit with Symbol Editor"
shortcut   "W":    "Begin Wire"
shortcut   "B":    "Begin Bus"
shortcut   "K":    "End Line Wire Bus"
shortcut   "L":    "Add Label"
shortcut   "H":    "Add Hierarchical Label"
shortcut   "Ctrl+H":    "Add Global Label"
shortcut   "J":    "Add Junction"
shortcut   "Q":    "Add No Connect Flag"
shortcut   "S":    "Add Sheet"
shortcut   "Z":    "Add Wire Entry"
shortcut   "/":    "Add Bus Entry"
shortcut   "I":    "Add Graphic PolyLine"
shortcut   "T":    "Add Graphic Text"
shortcut   "F8":    "Update PCB from Schematic"
shortcut   "O":    "Autoplace Fields"
shortcut   "Alt+Back":    "Leave Sheet"
shortcut   "Back":    "Delete Node"
shortcut   "Ctrl+B":    "Highlight Connection"
shortcut   "F12":    "Switch to Modern Toolset with software graphics (fall-back)"
shortcut   "F11":    "Switch to Modern Toolset with hardware-accelerated graphics (recommended)"

 

# Library Editor
[libedit]
shortcut   "P":    "Create Pin"
shortcut   "Ins":    "Repeat Pin"
shortcut   "M":    "Move Library Item"
shortcut   "X":    "Mirror X"
shortcut   "Y":    "Mirror Y"
shortcut   "Ctrl+D":    "Show Datasheet"

 

<pcbnew.hotkeys>

 

# Common
[common]
shortcut   "Ctrl+N":    "New"
shortcut   "Ctrl+O":    "Open"
shortcut   "Ctrl+S":    "Save"
shortcut   "Ctrl+Shift+S":    "Save As"
shortcut   "Ctrl+P":    "Print"
shortcut   "Ctrl+Z":    "Undo"
shortcut   "Ctrl+Y":    "Redo"
shortcut   "Ctrl+X":    "Cut"
shortcut   "Ctrl+C":    "Copy"
shortcut   "Ctrl+V":    "Paste"
shortcut   "Ctrl+F1":    "List Hotkeys"
shortcut   "Ctrl+,":    "Preferences"
shortcut   "F1":    "Zoom In"
shortcut   "F2":    "Zoom Out"
shortcut   "F3":    "Zoom Redraw"
shortcut   "F4":    "Zoom Center"
shortcut   "Home":    "Zoom Auto"
shortcut   "Ctrl+F5":    "Zoom to Selection"
shortcut   "Alt+3":    "3D Viewer"
shortcut   "Ctrl+U":    "Switch Units"
shortcut   "Space":    "Reset Local Coordinates"
shortcut   "S":    "Set Grid Origin"
shortcut   "Z":    "Reset Grid Origin"
shortcut   "Return":    "Mouse Left Click"
shortcut   "End":    "Mouse Left Double Click"
shortcut   "}":    "Increment Layer Transparency (Modern Toolset only)"
shortcut   "{":    "Decrement Layer Transparency (Modern Toolset only)"
shortcut   "Ctrl+Shift+X":    "Toggle Cursor Display (Modern Toolset only)"
shortcut   "Ctrl+Shift+M":    "Measure Distance (Modern Toolset only)"

 

# Board Editor
[pcbnew]
shortcut   "P":    "Place Item"
shortcut   "O":    "Add Footprint"
shortcut   "Ctrl+Shift+V":    "Add Vias"
shortcut   "Ctrl+Shift+Z":    "Add Filled Zone"
shortcut   "Ctrl+Shift+K":    "Add Keepout Area"
shortcut   "Shift+C":    "Add a Zone Cutout"
shortcut   "Ctrl+>":    "Add a Similar Zone"
shortcut   "Ctrl+Shift+L":    "Draw Line"
shortcut   "Ctrl+Shift+C":    "Draw Circle"
shortcut   "Ctrl+Shift+A":    "Draw Arc"
shortcut   "Ctrl+Shift+P":    "Draw Graphic Polygon"
shortcut   "Ctrl+Shift+T":    "Add Text"
shortcut   "Ctrl+Shift+H":    "Add Dimension"
shortcut   "Ctrl+Shift+F":    "Place DXF"
shortcut   "X":    "Add New Track"
shortcut   "/":    "Switch Track Posture"
shortcut   "D":    "Drag Track Keep Slope"
shortcut   "V":    "Add Through Via"
shortcut   "Alt+Shift+V":    "Add Blind/Buried Via"
shortcut   "Alt+V":    "Add MicroVia"
shortcut   "6":    "Route Differential Pair (Modern Toolset only)"
shortcut   "7":    "Tune Single Track (Modern Toolset only)"
shortcut   "8":    "Tune Differential Pair Length (Modern Toolset only)"
shortcut   "9":    "Tune Differential Pair Skew (Modern Toolset only)"
shortcut   "Ctrl+<":    "Routing Options"
shortcut   "Ctrl+L":    "Length Tuning Settings (Modern Toolset only)"
shortcut   "1":    "Increase meander spacing by one step."
shortcut   "2":    "Decrease meander spacing by one step."
shortcut   "3":    "Increase meander amplitude by one step."
shortcut   "4":    "Decrease meander amplitude by one step."
shortcut   "Ctrl+Shift+R":    "Differential Pair Dimensions"
shortcut   "B":    "Fill or Refill All Zones"
shortcut   "Ctrl+B":    "Remove Filled Areas in All Zones"
shortcut   "Ins":    "Insert Corner (Modern Toolset only)"
shortcut   "U":    "Select Single Track"
shortcut   "I":    "Select Connected Tracks"
shortcut   "`":    "Toggle Highlight of Selected Net (Modern Toolset only)"
shortcut   "K":    "Track Display Mode"
shortcut   "Q":    "Custom Track/Via Size"
shortcut   "W":    "Switch Track Width To Next"
shortcut   "Shift+W":    "Switch Track Width To Previous"
shortcut   "'":    "Increase Via Size"
shortcut   "\":    "Decrease Via Size"
shortcut   "Del":    "Delete Full Track"
shortcut   "Back":    "Delete Track Segment"
shortcut   "G":    "Drag Item"
shortcut   "C":    "Copy Item"
shortcut   "M":    "Move Item"
shortcut   "T":    "Get and Move Footprint"  <<<<<<<
shortcut   "Ctrl+M":    "Move Item Exactly"
shortcut   "Ctrl+R":    "Position Item Relative"
shortcut   "F":    "Flip Item"
shortcut   "R":    "Rotate Item"
shortcut   "Shift+R":    "Rotate Item Clockwise (Modern Toolset only)"
shortcut   "<":    "Select Layer and Add Through Via"
shortcut   "Alt+<":    "Select Layer and Add Blind/Buried Via"
shortcut   "Ctrl+D":    "Duplicate Item"
shortcut   "Ctrl+Shift+D":    "Duplicate Item and Increment"
shortcut   "Ctrl+T":    "Create Array"
shortcut   "L":    "Lock/Unlock Footprint"
shortcut   "Ctrl+F":    "Find Item"
shortcut   "E":    "Edit Item"
shortcut   "Ctrl+E":    "Edit with Footprint Editor"
shortcut   "PgUp":    "Switch to Component (F.Cu) layer"
shortcut   "PgDn":    "Switch to Copper (B.Cu) layer"
shortcut   "F5":    "Switch to Inner layer 1"
shortcut   "F6":    "Switch to Inner layer 2"
shortcut   "F7":    "Switch to Inner layer 3"
shortcut   "F8":    "Switch to Inner layer 4"
shortcut   "Shift+F5":    "Switch to Inner layer 5"
shortcut   "Shift+F6":    "Switch to Inner layer 6"
shortcut   "+":    "Switch to Next Layer"
shortcut   "-":    "Switch to Previous Layer"
shortcut   "Alt+1":    "Switch Grid To Fast Grid1"
shortcut   "Alt+2":    "Switch Grid To Fast Grid2"
shortcut   "N":    "Switch Grid To Next"
shortcut   "Shift+N":    "Switch Grid To Previous"
shortcut   "Ctrl+H":    "Toggle High Contrast Mode"
shortcut   "F9":    "Switch to Legacy Toolset (not all features will be available"
shortcut   "F12":    "Switch to Modern Toolset with software graphics (fall-back)"
shortcut   "F11":    "Switch to Modern Toolset with hardware-accelerated graphics (recommended)"

 

# Footprint Editor

[footprinteditor]
shortcut   "Ctrl+Shift+L":    "Draw Line"
shortcut   "Ctrl+Shift+C":    "Draw Circle"
shortcut   "Ctrl+Shift+A":    "Draw Arc"
shortcut   "Ctrl+Shift+P":    "Draw Graphic Polygon"
shortcut   "Ctrl+Shift+T":    "Add Text"
shortcut   "Ctrl+Shift+N":    "Place the Footprint Anchor"
shortcut   "Del":    "Delete Full Track"
shortcut   "M":    "Move Item"
shortcut   "Ctrl+M":    "Move Item Exactly"
shortcut   "R":    "Rotate Item"
shortcut   "/":    "Switch Track Posture"
shortcut   "E":    "Edit Item"
shortcut   "Ctrl+D":    "Duplicate Item"
shortcut   "Ctrl+Shift+D":    "Duplicate Item and Increment"
shortcut   "Ctrl+T":    "Create Array"
shortcut   "Alt+1":    "Switch Grid To Fast Grid1"
shortcut   "Alt+2":    "Switch Grid To Fast Grid2"
shortcut   "N":    "Switch Grid To Next"
shortcut   "Shift+N":    "Switch Grid To Previous"
shortcut   "PgUp":    "Switch to Component (F.Cu) layer"
shortcut   "PgDn":    "Switch to Copper (B.Cu) layer"
shortcut   "Ctrl+H":    "Toggle High Contrast Mode"
shortcut   "F9":    "Switch to Legacy Toolset (not all features will be available"
shortcut   "F12":    "Switch to Modern Toolset with software graphics (fall-back)"
shortcut   "F11":    "Switch to Modern Toolset with hardware-accelerated graphics (recommended)"
$Endlist

 

 

'헝클어진 회로 > KiCAD' 카테고리의 다른 글

커넥터그리기  (0) 2021.01.22
KiCad 라이브러리 구조  (0) 2021.01.19
KICAD 에 심볼, 풋프린트 가져오기  (0) 2021.01.06
Filter Pro Desktop  (0) 2020.11.19
KiCad Autorouting  (0) 2020.11.13