加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Eeschema.hotkeys 2.80 KB
一键复制 编辑 原始数据 按行查看 历史
余金渠 提交于 2020-08-07 18:24 . Add files via upload
$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 "<unassigned>": "Reset Local Coordinates"
shortcut "E": "Edit Item"
shortcut "Del": "Delete Item"
shortcut "Space": "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"
$Endlist
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化