39 .Name(
"common.Control.new" )
42 .LegacyHotkeyName(
"New" )
43 .FriendlyName(
_(
"New..." ) )
44 .Tooltip(
_(
"Create a new document in the editor" ) )
48 .Name(
"common.Control.newLibrary" )
50 .FriendlyName(
_(
"New Library..." ) )
51 .Tooltip(
_(
"Create a new library folder" ) )
55 .Name(
"common.Control.addLibrary" )
57 .FriendlyName(
_(
"Add Library..." ) )
58 .Tooltip(
_(
"Add an existing library folder" ) )
62 .Name(
"common.Control.open" )
65 .LegacyHotkeyName(
"Open" )
66 .FriendlyName(
_(
"Open..." ) )
67 .Tooltip(
_(
"Open existing document" ) )
71 .Name(
"common.Control.openWithTextEditor" )
73 .FriendlyName(
_(
"Edit in a Text Editor..." ) )
74 .Tooltip(
_(
"Open a library file with a text editor" ) )
78 .Name(
"common.Control.openDirectory" )
80 .FriendlyName(
_(
"Open in file explorer..." ) )
81 .Tooltip(
_(
"Open a library file with system file explorer" ) )
85 .Name(
"common.Control.save" )
88 .LegacyHotkeyName(
"Save" )
89 .FriendlyName(
_(
"Save" ) )
90 .Tooltip(
_(
"Save changes" ) )
94 .Name(
"common.Control.saveAs" )
97 .LegacyHotkeyName(
"Save As" )
98 .FriendlyName(
_(
"Save As..." ) )
99 .Tooltip(
_(
"Save current document to another location" ) )
103 .Name(
"common.Control.saveCopy" )
105 .FriendlyName(
_(
"Save a Copy..." ) )
106 .Tooltip(
_(
"Save a copy of the current document to another location" ) )
110 .Name(
"common.Control.saveAll" )
112 .FriendlyName(
_(
"Save All" ) )
113 .Tooltip(
_(
"Save all changes" ) )
117 .Name(
"common.Control.revert" )
119 .FriendlyName(
_(
"Revert" ) )
120 .Tooltip(
_(
"Throw away changes" ) )
125 .Name(
"common.Control.pageSettings" )
127 .FriendlyName(
_(
"Page Settings..." ) )
128 .Tooltip(
_(
"Settings for paper size and title block info" ) )
132 .Name(
"common.Control.print" )
134 .DefaultHotkey(
MD_CTRL +
'P' )
135 .LegacyHotkeyName(
"Print" )
136 .FriendlyName(
_(
"Print..." ) )
140 .Name(
"common.Control.plot" )
142 .FriendlyName(
_(
"Plot..." ) )
146 .Name(
"common.Control.quit" )
148 .FriendlyName(
_(
"Quit" ) )
149 .Tooltip(
_(
"Close the current editor" ) )
155 .Name(
"common.InteractiveSelection" )
161 .Name(
"common.InteractiveSelection.cursor" )
163 .Parameter<CLIENT_SELECTION_FILTER>(
nullptr ) );
166 .Name(
"common.InteractiveSelection.selectItem" )
170 .Name(
"common.InteractiveSelection.selectItems" )
174 .Name(
"common.InteractiveSelection.unselectItem" )
178 .Name(
"common.InteractiveSelection.unselectItems" )
182 .Name(
"common.InteractiveSelection.reselectItem" )
186 .Name(
"common.InteractiveSelection.clear" )
190 .Name(
"common.InteractiveSelection.selectionMenu" )
196 .Name(
"common.Interactive.group" )
198 .FriendlyName(
_(
"Group Items" ) )
199 .Tooltip(
_(
"Group the selected items so that they are treated as a single item" ) )
203 .Name(
"common.Interactive.ungroup" )
205 .FriendlyName(
_(
"Ungroup Items" ) )
206 .Tooltip(
_(
"Ungroup any selected groups" ) )
210 .Name(
"common.Interactive.addToGroup" )
212 .FriendlyName(
_(
"Add Items" ) )
213 .Tooltip(
_(
"Add items to group" ) )
217 .Name(
"common.Interactive.removeFromGroup" )
219 .FriendlyName(
_(
"Remove Items" ) )
220 .Tooltip(
_(
"Remove items from group" ) )
224 .Name(
"common.Interactive.groupEnter" )
226 .FriendlyName(
_(
"Enter Group" ) )
227 .Tooltip(
_(
"Enter the group to edit items" ) )
231 .Name(
"common.Interactive.groupLeave" )
233 .FriendlyName(
_(
"Leave Group" ) )
234 .Tooltip(
_(
"Leave the current group" ) )
239 .Name(
"common.Groups.groupProperties" )
243 .Name(
"common.Groups.selectNewGroupMember" )
248 .Name(
"common.Interactive.cancel" )
251 .FriendlyName(
_(
"Cancel" ) )
252 .Tooltip(
_(
"Cancel current tool" ) )
257 .Name(
"common.Interactive.finish" )
259 .DefaultHotkey( WXK_END )
260 .FriendlyName(
_(
"Finish" ) )
261 .Tooltip(
_(
"Finish current tool" ) )
267 .Name(
"common.Control.showContextMenu" )
269 .FriendlyName(
_(
"Show Context Menu" ) )
270 .Tooltip(
_(
"Perform the right-mouse-button action" ) )
272 .Parameter( CURSOR_RIGHT_CLICK )
276 .Name(
"common.Interactive.updateMenu" )
281 .Name(
"common.Interactive.undo" )
283 .DefaultHotkey(
MD_CTRL +
'Z' )
284 .LegacyHotkeyName(
"Undo" )
285 .FriendlyName(
_(
"Undo" ) )
289 .Name(
"common.Interactive.redo" )
291#
if defined( __WXMAC__ )
294 .DefaultHotkey(
MD_CTRL +
'Y' )
296 .LegacyHotkeyName(
"Redo" )
297 .FriendlyName(
_(
"Redo" ) )
305 .Name(
"common.Interactive.cut" )
307 .DefaultHotkey(
MD_CTRL +
'X' )
308 .LegacyHotkeyName(
"Cut" )
309 .FriendlyName(
_(
"Cut" ) )
310 .Tooltip(
_(
"Cut selected item(s) to clipboard" ) )
316 .Name(
"common.Interactive.copy" )
318 .DefaultHotkey(
MD_CTRL +
'C' )
319 .LegacyHotkeyName(
"Copy" )
320 .FriendlyName(
_(
"Copy" ) )
321 .Tooltip(
_(
"Copy selected item(s) to clipboard" ) )
324 .UIId( wxID_COPY ) );
327 .Name(
"common.Interactive.copyAsText" )
330 .FriendlyName(
_(
"Copy as Text" ) )
331 .Tooltip(
_(
"Copy selected item(s) to clipboard as text" ) )
336 .Name(
"common.Interactive.paste" )
338 .DefaultHotkey(
MD_CTRL +
'V' )
339 .LegacyHotkeyName(
"Paste" )
340 .FriendlyName(
_(
"Paste" ) )
341 .Tooltip(
_(
"Paste item(s) from clipboard" ) )
344 .UIId( wxID_PASTE ) );
347 .Name(
"common.Interactive.selectSetRect" )
349 .FriendlyName(
_(
"Rectangle" ) )
350 .Tooltip(
_(
"Set selection mode to use rectangle" ) )
356 .Name(
"common.Interactive.selectSetLasso" )
358 .FriendlyName(
_(
"Lasso" ) )
359 .Tooltip(
_(
"Set selection mode to use polygon lasso" ) )
365 .Name(
"common.Interactive.selectAll" )
367 .DefaultHotkey(
MD_CTRL +
'A' )
368 .FriendlyName(
_(
"Select All" ) )
369 .Tooltip(
_(
"Select all items on screen" ) ) );
372 .Name(
"common.Interactive.unselectAll" )
375 .FriendlyName(
_(
"Unselect All" ) )
376 .Tooltip(
_(
"Unselect all items on screen" ) ) );
379 .Name(
"common.Interactive.pasteSpecial" )
382 .FriendlyName(
_(
"Paste Special..." ) )
383 .Tooltip(
_(
"Paste item(s) from clipboard with options" ) )
387 .Name(
"common.Interactive.duplicate" )
389 .DefaultHotkey(
MD_CTRL +
'D' )
390 .LegacyHotkeyName(
"Duplicate" )
391 .FriendlyName(
_(
"Duplicate" ) )
392 .Tooltip(
_(
"Duplicates the selected item(s)" ) )
396 .Name(
"common.Interactive.delete" )
398#
if defined( __WXMAC__ )
399 .DefaultHotkey( WXK_BACK )
401 .DefaultHotkey( WXK_DELETE )
403 .LegacyHotkeyName(
"Delete Item" )
404 .FriendlyName(
_(
"Delete" ) )
405 .Tooltip(
_(
"Delete selected item(s)" ) )
410 .Name(
"common.Interactive.deleteTool" )
412 .FriendlyName(
_(
"Interactive Delete Tool" ) )
413 .Tooltip(
_(
"Delete clicked items" ) )
419 .Name(
"common.Control.leftJustify" )
421 .FriendlyName(
_(
"Left Justify" ) )
422 .Tooltip(
_(
"Left-justify fields and text items" ) )
426 .Name(
"common.Control.centerJustify" )
428 .FriendlyName(
_(
"Center Justify" ) )
429 .Tooltip(
_(
"Center-justify fields and text items" ) )
433 .Name(
"common.Control.rightJustify" )
435 .FriendlyName(
_(
"Right Justify" ) )
436 .Tooltip(
_(
"Right-justify fields and text items" ) )
440 .Name(
"common.Control.expandAll" )
442 .FriendlyName(
_(
"Expand All" ) )
446 .Name(
"common.Control.collapseAll" )
448 .FriendlyName(
_(
"Collapse All" ) )
454 .Name(
"eeschema.Interactive.increment" )
456 .FriendlyName(
_(
"Increment" ) )
457 .Tooltip(
_(
"Increment the selected item(s)" ) ) );
460 .Name(
"eeschema.Interactive.incrementPrimary" )
462 .FriendlyName(
_(
"Increment Primary" ) )
463 .Tooltip(
_(
"Increment the primary field of the selected item(s)" ) )
467 .Name(
"eeschema.Interactive.decrementPrimary" )
469 .FriendlyName(
_(
"Decrement Primary" ) )
470 .Tooltip(
_(
"Decrement the primary field of the selected item(s)" ) )
474 .Name(
"eeschema.Interactive.incrementSecondary" )
476 .FriendlyName(
_(
"Increment Secondary" ) )
477 .Tooltip(
_(
"Increment the secondary field of the selected item(s)" ) )
481 .Name(
"eeschema.Interactive.decrementSecondary" )
483 .FriendlyName(
_(
"Decrement Secondary" ) )
484 .Tooltip(
_(
"Decrement the secondary field of the selected item(s)" ) )
488 .Name(
"common.InteractiveSelection.SelectColumns" )
490 .FriendlyName(
_(
"Select Column(s)" ) )
491 .Tooltip(
_(
"Select complete column(s) containing the current selected cell(s)" ) )
495 .Name(
"common.InteractiveSelection.Rows" )
497 .FriendlyName(
_(
"Select Row(s)" ) )
498 .Tooltip(
_(
"Select complete row(s) containing the current selected cell(s)" ) )
502 .Name(
"common.InteractiveSelection.SelectTable" )
504 .FriendlyName(
_(
"Select Table" ) )
505 .Tooltip(
_(
"Select parent table of selected cell(s)" ) )
509 .Name(
"common.TableEditor.addRowAbove" )
511 .FriendlyName(
_(
"Add Row Above" ) )
512 .Tooltip(
_(
"Insert a new table row above the selected cell(s)" ) )
516 .Name(
"common.TableEditor.addRowBelow" )
518 .FriendlyName(
_(
"Add Row Below" ) )
519 .Tooltip(
_(
"Insert a new table row below the selected cell(s)" ) )
523 .Name(
"common.TableEditor.addColBefore" )
525 .FriendlyName(
_(
"Add Column Before" ) )
526 .Tooltip(
_(
"Insert a new table column before the selected cell(s)" ) )
530 .Name(
"common.TableEditor.addColAfter" )
532 .FriendlyName(
_(
"Add Column After" ) )
533 .Tooltip(
_(
"Insert a new table column after the selected cell(s)" ) )
537 .Name(
"common.TableEditor.deleteRows" )
539 .FriendlyName(
_(
"Delete Row(s)" ) )
540 .Tooltip(
_(
"Delete rows containing the currently selected cell(s)" ) )
544 .Name(
"common.TableEditor.deleteColumns" )
546 .FriendlyName(
_(
"Delete Column(s)" ) )
547 .Tooltip(
_(
"Delete columns containing the currently selected cell(s)" ) )
551 .Name(
"common.TableEditor.mergeCells" )
553 .FriendlyName(
_(
"Merge Cells" ) )
554 .Tooltip(
_(
"Turn selected table cells into a single cell" ) )
558 .Name(
"common.TableEditor.unmergeCell" )
560 .FriendlyName(
_(
"Unmerge Cells" ) )
561 .Tooltip(
_(
"Turn merged table cells back into separate cells." ) )
565 .Name(
"pcbnew.TableEditor.editTable" )
567 .DefaultHotkey(
MD_CTRL +
'E' )
568 .FriendlyName(
_(
"Edit Table..." ) )
572 .Name(
"common.TableEditor.exportTableCSV" )
575 .FriendlyName(
_(
"Export Table to CSV" ) )
576 .MenuText(
_(
"Export Table to CSV..." ) )
577 .Tooltip(
_(
"Export table contents to CSV file with resolved text variables" ) )
581 .Name(
"common.Control.activatePointEditor" )
586 .Name(
"pcbnew.PointEditor.arcKeepCenter" )
588 .FriendlyName(
_(
"Keep Arc Center, Adjust Radius" ) )
589 .Tooltip(
_(
"Switch arc editing mode to keep center, adjust radius and endpoints" ) )
593 .Name(
"pcbnew.PointEditor.arcKeepEndpoint" )
595 .FriendlyName(
_(
"Keep Arc Endpoints or Direction of Starting Point" ) )
596 .Tooltip(
_(
"Switch arc editing mode to keep endpoints, or to keep direction of the other point" ) )
600 .Name(
"pcbnew.PointEditor.arcKeepRadius" )
602 .FriendlyName(
_(
"Keep Arc Radius and Center, adjust angle" ) )
603 .Tooltip(
_(
"Switch arc editing mode to maintaining radius when endpoint are moved" ) )
607 .Name(
"common.InteractiveDrawing.arcPosture" )
609 .DefaultHotkey(
'/' )
610 .LegacyHotkeyName(
"Switch Track Posture" )
611 .FriendlyName(
_(
"Switch Arc Posture" ) )
612 .Tooltip(
_(
"Switch arc posture between clockwise and counter-clockwise" ) ) );
615 .Name(
"common.InteractiveDrawing.deleteLastPoint" )
617 .DefaultHotkey( WXK_BACK )
618 .FriendlyName(
_(
"Delete Last Point" ) )
619 .Tooltip(
_(
"Delete the last point added to the current item" ) )
623 .Name(
"common.Interactive.cycleArcEditMode" )
625 .DefaultHotkey(
MD_CTRL +
' ' )
626 .FriendlyName(
_(
"Cycle Arc Editing Mode" ) )
627 .Tooltip(
_(
"Switch to a different method of editing arcs" ) ) );
630 .Name(
"common.Interactive.search" )
632 .DefaultHotkey(
MD_CTRL +
'G' )
633 .LegacyHotkeyName(
"Search" )
634 .FriendlyName(
_(
"Search" ) )
635 .Tooltip(
_(
"Show/hide the search panel" ) )
639 .Name(
"common.Interactive.find" )
641 .DefaultHotkey(
MD_CTRL +
'F' )
642 .LegacyHotkeyName(
"Find" )
643 .FriendlyName(
_(
"Find" ) )
647 .Name(
"common.Interactive.findAndReplace" )
650 .LegacyHotkeyName(
"Find and Replace" )
651 .FriendlyName(
_(
"Find and Replace" ) )
655 .Name(
"common.Interactive.findNext" )
657 .DefaultHotkey( WXK_F3 )
658 .LegacyHotkeyName(
"Find Next" )
659 .FriendlyName(
_(
"Find Next" ) )
663 .Name(
"common.Interactive.findPrevious" )
665 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_F3 ) )
666 .LegacyHotkeyName(
"Find Previous" )
667 .FriendlyName(
_(
"Find Previous" ) )
671 .Name(
"common.Interactive.findNextMarker" )
674 .LegacyHotkeyName(
"Find Next Marker" )
675 .FriendlyName(
_(
"Find Next Marker" ) )
679 .Name(
"common.Interactive.replaceAndFindNext" )
681 .FriendlyName(
_(
"Replace and Find Next" ) )
685 .Name(
"common.Interactive.replaceAll" )
687 .FriendlyName(
_(
"Replace All" ) )
691 .Name(
"common.Control.updateFind" )
698 .Name(
"common.Checker.prevMarker" )
700 .FriendlyName(
_(
"Previous Marker" ) )
704 .Name(
"common.Checker.nextMarker" )
706 .FriendlyName(
_(
"Next Marker" ) )
710 .Name(
"common.Checker.excludeMarker" )
712 .FriendlyName(
_(
"Exclude Marker" ) )
713 .Tooltip(
_(
"Mark current violation in Checker window as an exclusion" ) )
718 .Name(
"common.Control.zoomRedraw" )
720#
if defined( __WXMAC__ )
721 .DefaultHotkey(
MD_CTRL +
'R' )
723 .DefaultHotkey( WXK_F5 )
725 .LegacyHotkeyName(
"Zoom Redraw" )
726 .FriendlyName(
_(
"Refresh" ) )
730 .Name(
"common.Control.zoomFitScreen" )
732#
if defined( __WXMAC__ )
733 .DefaultHotkey(
MD_CTRL +
'0' )
735 .DefaultHotkey( WXK_HOME )
737 .LegacyHotkeyName(
"Zoom Auto" )
738 .FriendlyName(
_(
"Zoom to Fit" ) )
739 .Tooltip(
_(
"Zoom to worksheet area if exists or edited object" ) )
743 .Name(
"common.Control.zoomFitObjects" )
745 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_HOME ) )
746 .FriendlyName(
_(
"Zoom to All Objects" ) )
747 .Tooltip(
_(
"Zoom to all objects on screen" ) )
751 .Name(
"common.Control.zoomFitSelection" )
753 .Tooltip(
_(
"Zoom to items currently selected" ) )
754 .FriendlyName(
_(
"Zoom to Selected Objects" ) )
758 .Name(
"common.Control.zoomIn" )
760#
if defined( __WXMAC__ )
761 .DefaultHotkey(
MD_CTRL +
'+' )
763 .DefaultHotkey( WXK_F1 )
765 .LegacyHotkeyName(
"Zoom In" )
766 .FriendlyName(
_(
"Zoom In at Cursor" ) )
770 .Name(
"common.Control.zoomOut" )
772#
if defined( __WXMAC__ )
773 .DefaultHotkey(
MD_CTRL +
'-' )
775 .DefaultHotkey( WXK_F2 )
777 .LegacyHotkeyName(
"Zoom Out" )
778 .FriendlyName(
_(
"Zoom Out at Cursor" ) )
782 .Name(
"common.Control.zoomInCenter" )
784 .FriendlyName(
_(
"Zoom In" ) )
788 .Name(
"common.Control.zoomOutCenter" )
790 .FriendlyName(
_(
"Zoom Out" ) )
794 .Name(
"common.Control.zoomInHorizontally" )
796 .FriendlyName(
_(
"Zoom In Horizontally" ) )
797 .Tooltip(
_(
"Zoom in horizontally the plot area" ) )
801 .Name(
"common.Control.zoomOutHorizontally" )
803 .FriendlyName(
_(
"Zoom Out Horizontally" ) )
804 .Tooltip(
_(
"Zoom out horizontally the plot area" ) )
808 .Name(
"common.Control.zoomInVertically" )
810 .FriendlyName(
_(
"Zoom In Vertically" ) )
811 .Tooltip(
_(
"Zoom in vertically the plot area" ) )
815 .Name(
"common.Control.zoomOutVertically" )
817 .FriendlyName(
_(
"Zoom Out Vertically" ) )
818 .Tooltip(
_(
"Zoom out vertically the plot area" ) )
822 .Name(
"common.Control.zoomCenter" )
824 .DefaultHotkey( WXK_F4 )
825 .LegacyHotkeyName(
"Zoom Center" )
826 .FriendlyName(
_(
"Center on Cursor" ) )
830 .Name(
"common.Control.zoomTool" )
832 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_F5 ) )
833 .LegacyHotkeyName(
"Zoom to Selection" )
834 .FriendlyName(
_(
"Zoom to Selection Area" ) )
835 .Tooltip(
_(
"Zoom to an area selection created by a mouse drag" ) )
841 .Name(
"common.Control.undoZoom" )
843 .FriendlyName(
_(
"Undo Last Zoom" ) )
844 .Tooltip(
_(
"Return zoom to level prior to last zoom action" ) )
848 .Name(
"common.Control.redoZoom" )
850 .FriendlyName(
_(
"Redo Last Zoom" ) )
851 .Tooltip(
_(
"Return zoom to level prior to last zoom undo" ) )
855 .Name(
"common.Control.zoomPreset" )
857 .Parameter<int>( 0 ) );
860 .Name(
"common.Control.centerContents" )
864 .Name(
"common.Control.centerSelection" )
866 .FriendlyName(
_(
"Pan to Center Selected Objects" ) ) );
870 .Name(
"common.Control.cursorUp" )
872 .DefaultHotkey( WXK_UP )
873 .FriendlyName(
_(
"Cursor Up" ) )
876 .Parameter( CURSOR_UP ) );
879 .Name(
"common.Control.cursorDown" )
881 .DefaultHotkey( WXK_DOWN )
882 .FriendlyName(
_(
"Cursor Down" ) )
885 .Parameter( CURSOR_DOWN ) );
888 .Name(
"common.Control.cursorLeft" )
890 .DefaultHotkey( WXK_LEFT )
891 .FriendlyName(
_(
"Cursor Left" ) )
894 .Parameter( CURSOR_LEFT ) );
897 .Name(
"common.Control.cursorRight" )
899 .DefaultHotkey( WXK_RIGHT )
900 .FriendlyName(
_(
"Cursor Right" ) )
903 .Parameter( CURSOR_RIGHT ) );
907 .Name(
"common.Control.cursorUpFast" )
909 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_UP ) )
910 .FriendlyName(
_(
"Cursor Up Fast" ) )
913 .Parameter( CURSOR_UP_FAST ) );
916 .Name(
"common.Control.cursorDownFast" )
918 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_DOWN ) )
919 .FriendlyName(
_(
"Cursor Down Fast" ) )
922 .Parameter( CURSOR_DOWN_FAST ) );
925 .Name(
"common.Control.cursorLeftFast" )
927 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_LEFT ) )
928 .FriendlyName(
_(
"Cursor Left Fast" ) )
931 .Parameter( CURSOR_LEFT_FAST ) );
934 .Name(
"common.Control.cursorRightFast" )
936 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_RIGHT ) )
937 .FriendlyName(
_(
"Cursor Right Fast" ) )
940 .Parameter( CURSOR_RIGHT_FAST ) );
943 .Name(
"common.Control.cursorClick" )
945 .DefaultHotkey( WXK_RETURN )
946 .LegacyHotkeyName(
"Mouse Left Click" )
947 .FriendlyName(
_(
"Click" ) )
948 .Tooltip(
_(
"Performs left mouse button click" ) )
951 .Parameter( CURSOR_CLICK ) );
954 .Name(
"common.Control.cursorDblClick" )
956 .DefaultHotkey( WXK_END )
957 .LegacyHotkeyName(
"Mouse Left Double Click" )
958 .FriendlyName(
_(
"Double-click" ) )
959 .Tooltip(
_(
"Performs left mouse button double-click" ) )
962 .Parameter( CURSOR_DBL_CLICK ) );
965 .Name(
"common.Control.refreshPreview" )
970 .Name(
"common.Control.pinLibrary" )
972 .FriendlyName(
_(
"Pin Library" ) )
973 .Tooltip(
_(
"Keep the library at the top of the list" ) ) );
976 .Name(
"common.Control.unpinLibrary" )
978 .FriendlyName(
_(
"Unpin Library" ) )
979 .Tooltip(
_(
"No longer keep the library at the top of the list" ) ) );
982 .Name(
"common.Control.showLibraryTree" )
984 .FriendlyName(
_(
"Library Tree" ) )
989 .Name(
"common.Control.hideLibraryTree" )
991 .FriendlyName(
_(
"Hide Library Tree" ) )
995 .Name(
"common.Control.libraryTreeSearch" )
997 .FriendlyName(
_(
"Focus Library Tree Search Field" ) )
998 .DefaultHotkey(
MD_CTRL +
'L' )
1002 .Name(
"common.Control.panUp" )
1004 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_UP ) )
1005 .FriendlyName(
_(
"Pan Up" ) )
1007 .Parameter( CURSOR_UP ) );
1010 .Name(
"common.Control.panDown" )
1012 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_DOWN ) )
1013 .FriendlyName(
_(
"Pan Down" ) )
1015 .Parameter( CURSOR_DOWN ) );
1018 .Name(
"common.Control.panLeft" )
1020 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_LEFT ) )
1021 .FriendlyName(
_(
"Pan Left" ) )
1023 .Parameter( CURSOR_LEFT ) );
1026 .Name(
"common.Control.panRight" )
1028 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_RIGHT ) )
1029 .FriendlyName(
_(
"Pan Right" ) )
1031 .Parameter( CURSOR_RIGHT ) );
1035 .Name(
"common.Control.gridFast1" )
1037 .DefaultHotkey(
MD_ALT +
'1' )
1038 .LegacyHotkeyName(
"Switch Grid To Fast Grid1" )
1039 .FriendlyName(
_(
"Switch to Fast Grid 1" ) ) );
1042 .Name(
"common.Control.gridFast2" )
1044 .DefaultHotkey(
MD_ALT +
'2' )
1045 .LegacyHotkeyName(
"Switch Grid To Fast Grid2" )
1046 .FriendlyName(
_(
"Switch to Fast Grid 2" ) ) );
1049 .Name(
"common.Control.gridFastCycle" )
1051 .DefaultHotkey(
MD_ALT +
'4' )
1052 .LegacyHotkeyName(
"Switch Grid To Next Fast Grid" )
1053 .FriendlyName(
_(
"Cycle Fast Grid" ) ) );
1056 .Name(
"common.Control.gridNext" )
1058 .DefaultHotkey(
'N' )
1059 .LegacyHotkeyName(
"Switch Grid To Next" )
1060 .FriendlyName(
_(
"Switch to Next Grid" ) ) );
1063 .Name(
"common.Control.gridPrev" )
1066 .LegacyHotkeyName(
"Switch Grid To Previous" )
1067 .FriendlyName(
_(
"Switch to Previous Grid" ) ) );
1070 .Name(
"common.Control.gridSetOrigin" )
1072 .LegacyHotkeyName(
"Set Grid Origin" )
1073 .FriendlyName(
_(
"Grid Origin" ) )
1074 .Tooltip(
_(
"Place the grid origin point" ) )
1077 .Parameter<VECTOR2D*>(
nullptr ) );
1080 .Name(
"common.Control.gridResetOrigin" )
1082 .LegacyHotkeyName(
"Reset Grid Origin" )
1083 .FriendlyName(
_(
"Reset Grid Origin" ) ) );
1086 .Name(
"common.Control.gridPreset" )
1088 .Parameter<int>( 0 ) );
1091 .Name(
"common.Control.toggleGrid" )
1093 .FriendlyName(
_(
"Show Grid" ) )
1094 .Tooltip(
_(
"Display background grid in the edit window" ) )
1099 .Name(
"common.Control.toggleGridOverrides" )
1102 .FriendlyName(
_(
"Grid Overrides" ) )
1103 .Tooltip(
_(
"Enables item-specific grids that override the current grid" ) )
1108 .Name(
"common.Control.editGrids" )
1110 .FriendlyName(
_(
"Edit Grids..." ) )
1111 .Tooltip(
_(
"Edit grid definitions" ) )
1115 .Name(
"common.Control.editGridOrigin" )
1117 .FriendlyName(
_(
"Grid Origin..." ) )
1118 .Tooltip(
_(
"Set the grid origin point" ) )
1122 .Name(
"common.Control.imperialUnits" )
1124 .FriendlyName(
_(
"Inches" ) )
1130 .Name(
"common.Control.mils" )
1132 .FriendlyName(
_(
"Mils" ) )
1138 .Name(
"common.Control.metricUnits" )
1140 .FriendlyName(
_(
"Millimeters" ) )
1146 .Name(
"common.Control.updateUnits" )
1151 .Name(
"common.Control.updatePreferences" )
1156 .Name(
"common.Control.selectColumns" )
1159 .FriendlyName(
_(
"Select Columns..." ) ) );
1162 .Name(
"common.Control.toggleUnits" )
1164 .DefaultHotkey(
MD_CTRL +
'U' )
1165 .LegacyHotkeyName(
"Switch Units" )
1166 .FriendlyName(
_(
"Switch units" ) )
1167 .Tooltip(
_(
"Switch between imperial and metric units" ) )
1171 .Name(
"common.Control.togglePolarCoords" )
1173 .FriendlyName(
_(
"Polar Coordinates" ) )
1174 .Tooltip(
_(
"Switch between polar and cartesian coordinate systems" ) )
1179 .Name(
"common.Control.resetLocalCoords" )
1181 .DefaultHotkey(
' ' )
1182 .LegacyHotkeyName(
"Reset Local Coordinates" )
1183 .FriendlyName(
_(
"Reset Local Coordinates" ) ) );
1186 .Name(
"common.Control.toggleCursor" )
1189 .LegacyHotkeyName(
"Toggle Cursor Display (Modern Toolset only)" )
1190 .FriendlyName(
_(
"Always Show Crosshairs" ) )
1191 .Tooltip(
_(
"Display crosshairs even when not drawing objects" ) )
1195 .Name(
"common.Control.cursorSmallCrosshairs" )
1197 .FriendlyName(
_(
"Small crosshairs" ) )
1198 .Tooltip(
_(
"Use small crosshairs aligned at 0 and 90 degrees" ) )
1202 .Name(
"common.Control.cursorFullCrosshairs" )
1204 .FriendlyName(
_(
"Full-Window Crosshairs" ) )
1205 .Tooltip(
_(
"Display full-window crosshairs aligned at 0 and 90 degrees" ) )
1209 .Name(
"common.Control.cursor45Crosshairs" )
1211 .FriendlyName(
_(
"45 Degree Crosshairs" ) )
1212 .Tooltip(
_(
"Display full-window crosshairs aligned at 45 and 135 degrees" ) )
1216 .Name(
"common.Control.highContrastMode" )
1218 .LegacyHotkeyName(
"Toggle High Contrast Mode" )
1219 .FriendlyName(
_(
"Inactive Layer View Mode" ) )
1220 .Tooltip(
_(
"Toggle inactive layers between normal and dimmed" ) )
1225 .Name(
"common.Control.highContrastModeCycle" )
1227 .DefaultHotkey(
'H' )
1228 .FriendlyName(
_(
"Inactive Layer View Mode (3-state)" ) )
1229 .Tooltip(
_(
"Cycle inactive layers between normal, dimmed, and hidden" ) )
1233 .Name(
"common.Control.toggleBoundingBoxes" )
1235 .FriendlyName(
_(
"Draw Bounding Boxes" ) )
1240 .Name(
"common.InteractiveSelection.selectionTool" )
1242 .FriendlyName(
_(
"Select item(s)" ) )
1248 .Name(
"common.Interactive.measureTool" )
1252 .LegacyHotkeyName(
"Measure Distance (Modern Toolset only)" )
1253 .FriendlyName(
_(
"Measure Tool" ) )
1254 .Tooltip(
_(
"Interactively measure distance between points" ) )
1260 .Name(
"common.InteractivePicker.pickerTool" )
1266 .Name(
"common.InteractivePicker.pickerSubTool" )
1271 .Name(
"common.Control.showProjectManager" )
1273 .FriendlyName(
_(
"Switch to Project Manager" ) )
1274 .Tooltip(
_(
"Show project window" ) )
1278 .Name(
"common.Control.show3DViewer" )
1280 .DefaultHotkey(
MD_ALT +
'3' )
1281 .LegacyHotkeyName(
"3D Viewer" )
1282 .FriendlyName(
_(
"3D Viewer" ) )
1283 .Tooltip(
_(
"Show 3D viewer window" ) )
1287 .Name(
"common.Control.showSymbolBrowser" )
1289 .FriendlyName(
_(
"Symbol Library Browser" ) )
1295 .Name(
"common.Control.showSymbolEditor" )
1297 .FriendlyName(
_(
"Symbol Editor" ) )
1298 .Tooltip(
_(
"Create, delete and edit schematic symbols" ) )
1304 .Name(
"common.Control.showFootprintBrowser" )
1306 .FriendlyName(
_(
"Footprint Library Browser" ) )
1312 .Name(
"common.Control.showFootprintEditor" )
1314 .FriendlyName(
_(
"Footprint Editor" ) )
1315 .Tooltip(
_(
"Create, delete and edit board footprints" ) )
1321 .Name(
"common.Control.showCalculatorTools" )
1323 .FriendlyName(
_(
"Calculator Tools" ) )
1324 .Tooltip(
_(
"Run component calculations, track width calculations, etc." ) )
1330 .Name(
"common.Control.showProperties" )
1332 .FriendlyName(
_(
"Properties" ) )
1333 .Tooltip(
_(
"Show/hide the properties manager" ) )
1338 .Name(
"common.Control.showDatasheet" )
1340 .DefaultHotkey(
'D' )
1341 .LegacyHotkeyName(
"Show Datasheet" )
1342 .FriendlyName(
_(
"Show Datasheet" ) )
1343 .Tooltip(
_(
"Open the datasheet in a browser" ) )
1347 .Name(
"common.Control.updatePcbFromSchematic" )
1349 .DefaultHotkey( WXK_F8 )
1350 .LegacyHotkeyName(
"Update PCB from Schematic" )
1351 .FriendlyName(
_(
"Update PCB from Schematic..." ) )
1352 .Tooltip(
_(
"Update PCB with changes made to schematic" ) )
1356 .Name(
"common.Control.updateSchematicFromPCB" )
1358 .FriendlyName(
_(
"Update Schematic from PCB..." ) )
1359 .Tooltip(
_(
"Update schematic with changes made to PCB" ) )
1363 .Name(
"common.SuiteControl.openPreferences" )
1365 .DefaultHotkey(
MD_CTRL +
',' )
1366 .FriendlyName(
_(
"Preferences..." ) )
1367 .Tooltip(
_(
"Show preferences for all open tools" ) )
1369 .UIId( wxID_PREFERENCES ) );
1372 .Name(
"common.SuiteControl.configurePaths" )
1374 .FriendlyName(
_(
"Configure Paths..." ) )
1375 .Tooltip(
_(
"Edit path configuration environment variables" ) )
1379 .Name(
"common.SuiteControl.showSymbolLibTable" )
1381 .FriendlyName(
_(
"Manage Symbol Libraries..." ) )
1382 .Tooltip(
_(
"Edit the global and project symbol library lists" ) )
1386 .Name(
"common.SuiteControl.showFootprintLibTable" )
1388 .FriendlyName(
_(
"Manage Footprint Libraries..." ) )
1389 .Tooltip(
_(
"Edit the global and project footprint library lists" ) )
1393 .Name(
"common.SuiteControl.showDesignBLockLibTable" )
1395 .FriendlyName(
_(
"Manage Design Block Libraries..." ) )
1396 .Tooltip(
_(
"Edit the global and project design block library lists" ) )
1400 .Name(
"common.SuiteControl.gettingStarted" )
1402 .FriendlyName(
_(
"Getting Started with KiCad" ) )
1403 .Tooltip(
_(
"Open \"Getting Started in KiCad\" guide for beginners" ) )
1407 .Name(
"common.SuiteControl.help" )
1409 .FriendlyName(
_(
"Help" ) )
1410 .Tooltip(
_(
"Open product documentation in a web browser" ) )
1414 .Name(
"common.SuiteControl.about" )
1416 .FriendlyName(
_(
"About KiCad" ) )
1421 .Name(
"common.SuiteControl.listHotKeys" )
1423 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_F1 ) )
1424 .LegacyHotkeyName(
"List Hotkeys" )
1425 .FriendlyName(
_(
"List Hotkeys..." ) )
1426 .Tooltip(
_(
"Displays current hotkeys table and corresponding commands" ) )
1430 .Name(
"common.SuiteControl.getInvolved" )
1432 .FriendlyName(
_(
"Get Involved" ) )
1433 .Tooltip(
_(
"Open \"Contribute to KiCad\" in a web browser" ) )
1437 .Name(
"common.SuiteControl.donate" )
1439 .FriendlyName(
_(
"Donate" ) )
1440 .Tooltip(
_(
"Open \"Donate to KiCad\" in a web browser" ) ) );
1443 .Name(
"common.SuiteControl.reportBug" )
1445 .FriendlyName(
_(
"Report Bug" ) )
1446 .Tooltip(
_(
"Report a problem with KiCad" ) )
1450 .Name(
"common.Control.ddaddLibrary" )
1456 .Name(
"common.API.pluginsReload" )
1458 .FriendlyName(
_(
"Refresh Plugins" ) )
1459 .Tooltip(
_(
"Reload all python plugins and refresh plugin menus" ) )
1465 .Name(
"common.Embed.embededFile" )
1467 .FriendlyName(
_(
"Embedded Files" ) )
1468 .Tooltip(
_(
"Manage embedded files" ) ) );
1471 .Name(
"common.Embed.removeFile" )
1473 .FriendlyName(
_(
"Remove File" ) )
1474 .Tooltip(
_(
"Remove an embedded file" ) ) );
1477 .Name(
"common.Embed.extractFile" )
1479 .FriendlyName(
_(
"Extract File" ) )
1480 .Tooltip(
_(
"Extract an embedded file" ) ) );
1485 "common.Interactive.pointSelected" );
1491 "common.Interactive.connectivityChanged" );
1494 "common.Interactive.modified" );
1497 "common.Interactive.inhibit" );
1499 "common.Interactive.uninhibit" );
1502 "common.Interactive.disambiguate" );
1505 "common.Interactive.gridChangedByKey" );
1509 "common.Interactive.contrastModeChangedByKeyEvent" );
@ KEEP_ENDPOINTS_OR_START_DIRECTION
Whe editing endpoints, the other end remains in place.
@ KEEP_CENTER_ENDS_ADJUST_ANGLE
When editing endpoints, only the angle is adjusted.
@ KEEP_CENTER_ADJUST_ANGLE_RADIUS
When editing endpoints, the angle and radius are adjusted.
@ table_add_column_before
@ gerbview_show_negative_objects
static TOOL_ACTION addRowAbove
static TOOL_ACTION showCalculatorTools
static TOOL_ACTION addColBefore
static TOOL_ACTION gridProperties
static TOOL_ACTION decrementPrimary
static TOOL_ACTION pickNewGroupMember
static TOOL_ACTION gridFastCycle
static TOOL_ACTION updatePcbFromSchematic
static TOOL_ACTION toggleGrid
static TOOL_ACTION pickerSubTool
static TOOL_ACTION excludeMarker
static TOOL_ACTION cancelInteractive
static TOOL_ACTION nextMarker
static TOOL_ACTION zoomRedraw
static TOOL_ACTION millimetersUnits
static TOOL_ACTION unselectAll
static TOOL_ACTION gridFast1
static TOOL_ACTION openWithTextEditor
static TOOL_ACTION gridPrev
static TOOL_ACTION revert
static TOOL_ACTION show3DViewer
static TOOL_ACTION showLibraryTree
static TOOL_ACTION cursorSmallCrosshairs
static TOOL_ACTION arcPosture
static TOOL_ACTION reportBug
static TOOL_ACTION decrementSecondary
static TOOL_ACTION replaceAll
static TOOL_ACTION updatePreferences
static TOOL_ACTION selectItem
Select an item (specified as the event parameter).
static TOOL_ACTION cursorLeft
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION togglePolarCoords
static TOOL_ACTION unselectItem
static TOOL_ACTION saveAs
static TOOL_ACTION addLibrary
static TOOL_ACTION zoomIn
static TOOL_ACTION pluginsReload
static TOOL_ACTION extractFile
static TOOL_ACTION cursorLeftFast
static TOOL_ACTION deleteRows
static TOOL_ACTION zoomRedo
static TOOL_ACTION selectionCursor
Select a single item under the cursor position.
static TOOL_ACTION addRowBelow
static TOOL_ACTION pickerTool
static TOOL_ACTION cycleArcEditMode
static TOOL_ACTION gridPreset
static TOOL_ACTION selectSetLasso
static TOOL_ACTION selectSetRect
Set lasso selection mode.
static TOOL_ACTION gridResetOrigin
static TOOL_ACTION updateUnits
static TOOL_ACTION updateFind
static TOOL_ACTION showSymbolLibTable
static TOOL_ACTION openDirectory
static TOOL_ACTION deleteColumns
static TOOL_ACTION showSymbolEditor
static TOOL_ACTION showSymbolBrowser
static TOOL_ACTION pasteSpecial
static TOOL_ACTION groupEnter
static TOOL_ACTION findPrevious
static TOOL_ACTION unmergeCells
static TOOL_ACTION showDatasheet
static TOOL_ACTION groupProperties
static TOOL_ACTION zoomFitSelection
static TOOL_ACTION selectColumns
static TOOL_ACTION centerSelection
static TOOL_ACTION mergeCells
static TOOL_ACTION donate
static TOOL_ACTION cursorDown
static TOOL_ACTION zoomOut
static TOOL_ACTION pointEditorArcKeepCenter
static TOOL_ACTION addColAfter
static TOOL_ACTION editTable
static TOOL_ACTION findAndReplace
static TOOL_ACTION milsUnits
static TOOL_ACTION highContrastModeCycle
static TOOL_ACTION listHotKeys
static TOOL_ACTION cursorRightFast
static TOOL_ACTION deleteLastPoint
static TOOL_ACTION ungroup
static TOOL_ACTION openPreferences
static TOOL_ACTION pinLibrary
static TOOL_ACTION toggleBoundingBoxes
static TOOL_ACTION replaceAndFindNext
static TOOL_ACTION showContextMenu
static TOOL_ACTION toggleCursor
static TOOL_ACTION zoomOutHorizontally
static TOOL_ACTION getInvolved
static TOOL_ACTION rightJustify
static TOOL_ACTION showFootprintLibTable
static TOOL_ACTION centerContents
static TOOL_ACTION pointEditorArcKeepRadius
static TOOL_ACTION zoomCenter
static TOOL_ACTION panDown
static TOOL_ACTION selectLibTreeColumns
static TOOL_ACTION saveAll
static TOOL_ACTION findNext
static TOOL_ACTION zoomOutVertically
static TOOL_ACTION cursorDblClick
static TOOL_ACTION pageSettings
static TOOL_ACTION showSearch
static TOOL_ACTION selectionActivate
Activation of the selection tool.
static TOOL_ACTION incrementSecondary
static TOOL_ACTION cursorDownFast
static TOOL_ACTION selectionMenu
Run a selection menu to select from a list of items.
static TOOL_ACTION removeFile
Cursor control event types.
static TOOL_ACTION prevMarker
static TOOL_ACTION reselectItem
static TOOL_ACTION selectRows
static TOOL_ACTION duplicate
static TOOL_ACTION inchesUnits
static TOOL_ACTION highContrastMode
static TOOL_ACTION embeddedFiles
static TOOL_ACTION incrementPrimary
static TOOL_ACTION cursorUpFast
static TOOL_ACTION gridOrigin
static TOOL_ACTION measureTool
static TOOL_ACTION zoomInHorizontally
static TOOL_ACTION panLeft
static TOOL_ACTION updateMenu
static TOOL_ACTION activatePointEditor
static TOOL_ACTION libraryTreeSearch
static TOOL_ACTION doDelete
static TOOL_ACTION selectionTool
static TOOL_ACTION cursorClick
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION zoomPreset
static TOOL_ACTION deleteTool
static TOOL_ACTION hideLibraryTree
static TOOL_ACTION zoomTool
static TOOL_ACTION updateSchematicFromPcb
static TOOL_ACTION unpinLibrary
static TOOL_ACTION increment
static TOOL_ACTION selectionClear
Clear the current selection.
static TOOL_ACTION cursor45Crosshairs
static TOOL_ACTION leftJustify
static TOOL_ACTION exportTableCSV
static TOOL_ACTION showDesignBlockLibTable
static TOOL_ACTION showFootprintEditor
static TOOL_ACTION findNextMarker
static TOOL_ACTION showProperties
static TOOL_ACTION zoomFitObjects
static TOOL_ACTION toggleUnits
static TOOL_ACTION zoomInCenter
static TOOL_ACTION newLibrary
static TOOL_ACTION panRight
static TOOL_ACTION saveCopy
static TOOL_ACTION selectTable
static TOOL_ACTION gridSetOrigin
static TOOL_ACTION addToGroup
static TOOL_ACTION gridFast2
static TOOL_ACTION expandAll
static TOOL_ACTION removeFromGroup
static TOOL_ACTION zoomInVertically
static TOOL_ACTION ddAddLibrary
static TOOL_ACTION configurePaths
static TOOL_ACTION showProjectManager
static TOOL_ACTION gettingStarted
static TOOL_ACTION copyAsText
static TOOL_ACTION cursorUp
Cursor control with keyboard.
static TOOL_ACTION refreshPreview
static TOOL_ACTION zoomUndo
static TOOL_ACTION groupLeave
static TOOL_ACTION showFootprintBrowser
static TOOL_ACTION toggleGridOverrides
static TOOL_ACTION finishInteractive
static TOOL_ACTION gridNext
static TOOL_ACTION cursorRight
static TOOL_ACTION selectAll
static TOOL_ACTION pointEditorArcKeepEndpoint
static TOOL_ACTION cursorFullCrosshairs
static TOOL_ACTION unselectItems
static TOOL_ACTION selectItems
Select a list of items (specified as the event parameter)
static TOOL_ACTION collapseAll
static TOOL_ACTION resetLocalCoords
static TOOL_ACTION centerJustify
static const TOOL_EVENT DisambiguatePoint
Used for hotkey feedback.
static const TOOL_EVENT ClearedEvent
static const TOOL_EVENT InhibitSelectionEditing
static const TOOL_EVENT GridChangedByKeyEvent
static const TOOL_EVENT UndoRedoPreEvent
static const TOOL_EVENT SelectedEvent
static const TOOL_EVENT SelectedItemsModified
Selected items were moved, this can be very high frequency on the canvas, use with care.
static const TOOL_EVENT UninhibitSelectionEditing
Used to inform tool that it should display the disambiguation menu.
static const TOOL_EVENT UndoRedoPostEvent
static const TOOL_EVENT PointSelectedEvent
static const TOOL_EVENT SelectedItemsMoved
Used to inform tools that the selection should temporarily be non-editable.
static const TOOL_EVENT ContrastModeChangedByKeyEvent
static const TOOL_EVENT ConnectivityChangedEvent
Selected item had a property changed (except movement)
static const TOOL_EVENT UnselectedEvent
@ FRAME_SCH_SYMBOL_EDITOR