-
Notifications
You must be signed in to change notification settings - Fork 1
/
eeschema.hotkeys
77 lines (77 loc) · 2.74 KB
/
eeschema.hotkeys
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
$hotkey list
# 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 "C": "Edit Item"
shortcut "D": "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 "Shift+F": "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 "X": "Move Schematic Item"
shortcut "Q": "Duplicate Symbol or Label"
shortcut "A": "Add Symbol"
shortcut "P": "Add Power"
shortcut "F": "Mirror X"
shortcut "Y": "Mirror Y"
shortcut "Shift+N": "Orient Normal Component"
shortcut "V": "Edit Symbol Value"
shortcut "U": "Edit Symbol Reference"
shortcut "E": "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 "N": "Add Label"
shortcut "H": "Add Hierarchical Label"
shortcut "Ctrl+H": "Add Global Label"
shortcut "J": "Add Junction"
shortcut "Shift+X": "Add No Connect Flag"
shortcut "S": "Add Sheet"
shortcut "Shift+W": "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 "A": "Create Pin"
shortcut "Ins": "Repeat Pin"
shortcut "X": "Move Library Item"
shortcut "F": "Mirror X"
shortcut "Y": "Mirror Y"
shortcut "Ctrl+D": "Show Datasheet"
$Endlist