42 .Name(
"common.Control.new" )
45 .LegacyHotkeyName(
"New" )
46 .FriendlyName(
_(
"New..." ) )
47 .Tooltip(
_(
"Create a new document in the editor" ) )
51 .Name(
"common.Control.newLibrary" )
53 .FriendlyName(
_(
"New Library..." ) )
54 .Tooltip(
_(
"Create a new library folder" ) )
58 .Name(
"common.Control.addLibrary" )
60 .FriendlyName(
_(
"Add Library..." ) )
61 .Tooltip(
_(
"Add an existing library folder" ) )
65 .Name(
"common.Control.open" )
68 .LegacyHotkeyName(
"Open" )
69 .FriendlyName(
_(
"Open..." ) )
70 .Tooltip(
_(
"Open existing document" ) )
74 .Name(
"common.Control.openWithTextEditor" )
76 .FriendlyName(
_(
"Edit in a Text Editor..." ) )
77 .Tooltip(
_(
"Open a library file with a text editor" ) )
81 .Name(
"common.Control.openDirectory" )
83 .FriendlyName(
_(
"Open in file explorer..." ) )
84 .Tooltip(
_(
"Open a library file with system file explorer" ) )
88 .Name(
"common.Control.save" )
91 .LegacyHotkeyName(
"Save" )
92 .FriendlyName(
_(
"Save" ) )
93 .Tooltip(
_(
"Save changes" ) )
97 .Name(
"common.Control.saveAs" )
100 .LegacyHotkeyName(
"Save As" )
101 .FriendlyName(
_(
"Save As..." ) )
102 .Tooltip(
_(
"Save current document to another location" ) )
106 .Name(
"common.Control.saveCopy" )
108 .FriendlyName(
_(
"Save a Copy..." ) )
109 .Tooltip(
_(
"Save a copy of the current document to another location" ) )
113 .Name(
"common.Control.saveAll" )
115 .FriendlyName(
_(
"Save All" ) )
116 .Tooltip(
_(
"Save all changes" ) )
120 .Name(
"common.Control.revert" )
122 .FriendlyName(
_(
"Revert" ) )
123 .Tooltip(
_(
"Throw away changes" ) )
128 .Name(
"common.Control.pageSettings" )
130 .FriendlyName(
_(
"Page Settings..." ) )
131 .Tooltip(
_(
"Settings for paper size and title block info" ) )
135 .Name(
"common.Control.print" )
137 .DefaultHotkey(
MD_CTRL +
'P' )
138 .LegacyHotkeyName(
"Print" )
139 .FriendlyName(
_(
"Print..." ) )
143 .Name(
"common.Control.plot" )
145 .FriendlyName(
_(
"Plot..." ) )
149 .Name(
"common.Control.quit" )
151 .FriendlyName(
_(
"Quit" ) )
152 .Tooltip(
_(
"Close the current editor" ) )
158 .Name(
"common.InteractiveSelection" )
164 .Name(
"common.InteractiveSelection.cursor" )
166 .Parameter<CLIENT_SELECTION_FILTER>(
nullptr ) );
169 .Name(
"common.InteractiveSelection.selectItem" )
173 .Name(
"common.InteractiveSelection.selectItems" )
177 .Name(
"common.InteractiveSelection.unselectItem" )
181 .Name(
"common.InteractiveSelection.unselectItems" )
185 .Name(
"common.InteractiveSelection.reselectItem" )
189 .Name(
"common.InteractiveSelection.clear" )
193 .Name(
"common.InteractiveSelection.selectionMenu" )
199 .Name(
"common.Interactive.group" )
201 .FriendlyName(
_(
"Group Items" ) )
202 .Tooltip(
_(
"Group the selected items so that they are treated as a single item" ) )
206 .Name(
"common.Interactive.ungroup" )
208 .FriendlyName(
_(
"Ungroup Items" ) )
209 .Tooltip(
_(
"Ungroup any selected groups" ) )
213 .Name(
"common.Interactive.addToGroup" )
215 .FriendlyName(
_(
"Add Items" ) )
216 .Tooltip(
_(
"Add items to group" ) )
220 .Name(
"common.Interactive.removeFromGroup" )
222 .FriendlyName(
_(
"Remove Items" ) )
223 .Tooltip(
_(
"Remove items from group" ) )
227 .Name(
"common.Interactive.groupEnter" )
229 .FriendlyName(
_(
"Enter Group" ) )
230 .Tooltip(
_(
"Enter the group to edit items" ) )
234 .Name(
"common.Interactive.groupLeave" )
236 .FriendlyName(
_(
"Leave Group" ) )
237 .Tooltip(
_(
"Leave the current group" ) )
242 .Name(
"common.Groups.groupProperties" )
246 .Name(
"common.Groups.selectNewGroupMember" )
251 .Name(
"common.Interactive.cancel" )
254 .FriendlyName(
_(
"Cancel" ) )
255 .Tooltip(
_(
"Cancel current tool" ) )
260 .Name(
"common.Interactive.finish" )
262 .DefaultHotkey( WXK_END )
263 .FriendlyName(
_(
"Finish" ) )
264 .Tooltip(
_(
"Finish current tool" ) )
270 .Name(
"common.Control.showContextMenu" )
272 .FriendlyName(
_(
"Show Context Menu" ) )
273 .Tooltip(
_(
"Perform the right-mouse-button action" ) )
275 .Parameter( CURSOR_RIGHT_CLICK )
279 .Name(
"common.Interactive.updateMenu" )
284 .Name(
"common.Interactive.undo" )
286 .DefaultHotkey(
MD_CTRL +
'Z' )
287 .LegacyHotkeyName(
"Undo" )
288 .FriendlyName(
_(
"Undo" ) )
292 .Name(
"common.Interactive.redo" )
294#
if defined( __WXMAC__ )
297 .DefaultHotkey(
MD_CTRL +
'Y' )
299 .LegacyHotkeyName(
"Redo" )
300 .FriendlyName(
_(
"Redo" ) )
308 .Name(
"common.Interactive.cut" )
310 .DefaultHotkey(
MD_CTRL +
'X' )
311 .LegacyHotkeyName(
"Cut" )
312 .FriendlyName(
_(
"Cut" ) )
313 .Tooltip(
_(
"Cut selected item(s) to clipboard" ) )
319 .Name(
"common.Interactive.copy" )
321 .DefaultHotkey(
MD_CTRL +
'C' )
322 .LegacyHotkeyName(
"Copy" )
323 .FriendlyName(
_(
"Copy" ) )
324 .Tooltip(
_(
"Copy selected item(s) to clipboard" ) )
327 .UIId( wxID_COPY ) );
330 .Name(
"common.Interactive.copyAsText" )
333 .FriendlyName(
_(
"Copy as Text" ) )
334 .Tooltip(
_(
"Copy selected item(s) to clipboard as text" ) )
339 .Name(
"common.Interactive.paste" )
341 .DefaultHotkey(
MD_CTRL +
'V' )
342 .LegacyHotkeyName(
"Paste" )
343 .FriendlyName(
_(
"Paste" ) )
344 .Tooltip(
_(
"Paste item(s) from clipboard" ) )
347 .UIId( wxID_PASTE ) );
350 .Name(
"common.Interactive.selectAll" )
352 .DefaultHotkey(
MD_CTRL +
'A' )
353 .FriendlyName(
_(
"Select All" ) )
354 .Tooltip(
_(
"Select all items on screen" ) ) );
357 .Name(
"common.Interactive.unselectAll" )
360 .FriendlyName(
_(
"Unselect All" ) )
361 .Tooltip(
_(
"Unselect all items on screen" ) ) );
364 .Name(
"common.Interactive.pasteSpecial" )
367 .FriendlyName(
_(
"Paste Special..." ) )
368 .Tooltip(
_(
"Paste item(s) from clipboard with options" ) )
372 .Name(
"common.Interactive.duplicate" )
374 .DefaultHotkey(
MD_CTRL +
'D' )
375 .LegacyHotkeyName(
"Duplicate" )
376 .FriendlyName(
_(
"Duplicate" ) )
377 .Tooltip(
_(
"Duplicates the selected item(s)" ) )
381 .Name(
"common.Interactive.delete" )
383#
if defined( __WXMAC__ )
384 .DefaultHotkey( WXK_BACK )
386 .DefaultHotkey( WXK_DELETE )
388 .LegacyHotkeyName(
"Delete Item" )
389 .FriendlyName(
_(
"Delete" ) )
390 .Tooltip(
_(
"Delete selected item(s)" ) )
395 .Name(
"common.Interactive.deleteTool" )
397 .FriendlyName(
_(
"Interactive Delete Tool" ) )
398 .Tooltip(
_(
"Delete clicked items" ) )
404 .Name(
"common.Control.leftJustify" )
406 .FriendlyName(
_(
"Left Justify" ) )
407 .Tooltip(
_(
"Left-justify fields and text items" ) )
411 .Name(
"common.Control.centerJustify" )
413 .FriendlyName(
_(
"Center Justify" ) )
414 .Tooltip(
_(
"Center-justify fields and text items" ) )
418 .Name(
"common.Control.rightJustify" )
420 .FriendlyName(
_(
"Right Justify" ) )
421 .Tooltip(
_(
"Right-justify fields and text items" ) )
425 .Name(
"common.Control.expandAll" )
427 .FriendlyName(
_(
"Expand All" ) )
431 .Name(
"common.Control.collapseAll" )
433 .FriendlyName(
_(
"Collapse All" ) )
439 .Name(
"eeschema.Interactive.increment" )
441 .FriendlyName(
_(
"Increment" ) )
442 .Tooltip(
_(
"Increment the selected item(s)" ) ) );
445 .Name(
"eeschema.Interactive.incrementPrimary" )
447 .FriendlyName(
_(
"Increment Primary" ) )
448 .Tooltip(
_(
"Increment the primary field of the selected item(s)" ) )
452 .Name(
"eeschema.Interactive.decrementPrimary" )
454 .FriendlyName(
_(
"Decrement Primary" ) )
455 .Tooltip(
_(
"Decrement the primary field of the selected item(s)" ) )
459 .Name(
"eeschema.Interactive.incrementSecondary" )
461 .FriendlyName(
_(
"Increment Secondary" ) )
462 .Tooltip(
_(
"Increment the secondary field of the selected item(s)" ) )
466 .Name(
"eeschema.Interactive.decrementSecondary" )
468 .FriendlyName(
_(
"Decrement Secondary" ) )
469 .Tooltip(
_(
"Decrement the secondary field of the selected item(s)" ) )
473 .Name(
"common.InteractiveSelection.SelectColumns" )
475 .FriendlyName(
_(
"Select Column(s)" ) )
476 .Tooltip(
_(
"Select complete column(s) containing the current selected cell(s)" ) )
480 .Name(
"common.InteractiveSelection.Rows" )
482 .FriendlyName(
_(
"Select Row(s)" ) )
483 .Tooltip(
_(
"Select complete row(s) containing the current selected cell(s)" ) )
487 .Name(
"common.InteractiveSelection.SelectTable" )
489 .FriendlyName(
_(
"Select Table" ) )
490 .Tooltip(
_(
"Select parent table of selected cell(s)" ) )
494 .Name(
"common.TableEditor.addRowAbove" )
496 .FriendlyName(
_(
"Add Row Above" ) )
497 .Tooltip(
_(
"Insert a new table row above the selected cell(s)" ) )
501 .Name(
"common.TableEditor.addRowBelow" )
503 .FriendlyName(
_(
"Add Row Below" ) )
504 .Tooltip(
_(
"Insert a new table row below the selected cell(s)" ) )
508 .Name(
"common.TableEditor.addColBefore" )
510 .FriendlyName(
_(
"Add Column Before" ) )
511 .Tooltip(
_(
"Insert a new table column before the selected cell(s)" ) )
515 .Name(
"common.TableEditor.addColAfter" )
517 .FriendlyName(
_(
"Add Column After" ) )
518 .Tooltip(
_(
"Insert a new table column after the selected cell(s)" ) )
522 .Name(
"common.TableEditor.deleteRows" )
524 .FriendlyName(
_(
"Delete Row(s)" ) )
525 .Tooltip(
_(
"Delete rows containing the currently selected cell(s)" ) )
529 .Name(
"common.TableEditor.deleteColumns" )
531 .FriendlyName(
_(
"Delete Column(s)" ) )
532 .Tooltip(
_(
"Delete columns containing the currently selected cell(s)" ) )
536 .Name(
"common.TableEditor.mergeCells" )
538 .FriendlyName(
_(
"Merge Cells" ) )
539 .Tooltip(
_(
"Turn selected table cells into a single cell" ) )
543 .Name(
"common.TableEditor.unmergeCell" )
545 .FriendlyName(
_(
"Unmerge Cells" ) )
546 .Tooltip(
_(
"Turn merged table cells back into separate cells." ) )
550 .Name(
"pcbnew.TableEditor.editTable" )
552 .DefaultHotkey(
MD_CTRL +
'E' )
553 .FriendlyName(
_(
"Edit Table..." ) )
557 .Name(
"common.Control.activatePointEditor" )
562 .Name(
"pcbnew.PointEditor.arcKeepCenter" )
564 .FriendlyName(
_(
"Keep Arc Center, Adjust Radius" ) )
565 .Tooltip(
_(
"Switch arc editing mode to keep center, adjust radius and endpoints" ) )
569 .Name(
"pcbnew.PointEditor.arcKeepEndpoint" )
571 .FriendlyName(
_(
"Keep Arc Endpoints or Direction of Starting Point" ) )
572 .Tooltip(
_(
"Switch arc editing mode to keep endpoints, or to keep direction of the other point" ) )
576 .Name(
"pcbnew.PointEditor.arcKeepRadius" )
578 .FriendlyName(
_(
"Keep Arc Radius and Center, adjust angle" ) )
579 .Tooltip(
_(
"Switch arc editing mode to maintainign radius when endpoint are moved" ) )
583 .Name(
"common.Interactive.cycleArcEditMode" )
585 .DefaultHotkey(
MD_CTRL +
' ' )
586 .FriendlyName(
_(
"Cycle Arc Editing Mode" ) )
587 .Tooltip(
_(
"Switch to a different method of editing arcs" ) ) );
590 .Name(
"common.Interactive.search" )
592 .DefaultHotkey(
MD_CTRL +
'G' )
593 .LegacyHotkeyName(
"Search" )
594 .FriendlyName(
_(
"Search" ) )
595 .Tooltip(
_(
"Show/hide the search panel" ) )
599 .Name(
"common.Interactive.find" )
601 .DefaultHotkey(
MD_CTRL +
'F' )
602 .LegacyHotkeyName(
"Find" )
603 .FriendlyName(
_(
"Find" ) )
607 .Name(
"common.Interactive.findAndReplace" )
610 .LegacyHotkeyName(
"Find and Replace" )
611 .FriendlyName(
_(
"Find and Replace" ) )
615 .Name(
"common.Interactive.findNext" )
617 .DefaultHotkey( WXK_F3 )
618 .LegacyHotkeyName(
"Find Next" )
619 .FriendlyName(
_(
"Find Next" ) )
623 .Name(
"common.Interactive.findPrevious" )
625 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_F3 ) )
626 .LegacyHotkeyName(
"Find Previous" )
627 .FriendlyName(
_(
"Find Previous" ) )
631 .Name(
"common.Interactive.findNextMarker" )
634 .LegacyHotkeyName(
"Find Next Marker" )
635 .FriendlyName(
_(
"Find Next Marker" ) )
639 .Name(
"common.Interactive.replaceAndFindNext" )
641 .FriendlyName(
_(
"Replace and Find Next" ) )
645 .Name(
"common.Interactive.replaceAll" )
647 .FriendlyName(
_(
"Replace All" ) )
651 .Name(
"common.Control.updateFind" )
658 .Name(
"common.Checker.prevMarker" )
660 .FriendlyName(
_(
"Previous Marker" ) )
664 .Name(
"common.Checker.nextMarker" )
666 .FriendlyName(
_(
"Next Marker" ) )
670 .Name(
"common.Checker.excludeMarker" )
672 .FriendlyName(
_(
"Exclude Marker" ) )
673 .Tooltip(
_(
"Mark current violation in Checker window as an exclusion" ) )
678 .Name(
"common.Control.zoomRedraw" )
680#
if defined( __WXMAC__ )
681 .DefaultHotkey(
MD_CTRL +
'R' )
683 .DefaultHotkey( WXK_F5 )
685 .LegacyHotkeyName(
"Zoom Redraw" )
686 .FriendlyName(
_(
"Refresh" ) )
690 .Name(
"common.Control.zoomFitScreen" )
692#
if defined( __WXMAC__ )
693 .DefaultHotkey(
MD_CTRL +
'0' )
695 .DefaultHotkey( WXK_HOME )
697 .LegacyHotkeyName(
"Zoom Auto" )
698 .FriendlyName(
_(
"Zoom to Fit" ) )
702 .Name(
"common.Control.zoomFitObjects" )
704 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_HOME ) )
705 .FriendlyName(
_(
"Zoom to Objects" ) )
709 .Name(
"common.Control.zoomFitSelection" )
711 .FriendlyName(
_(
"Zoom to Selected Objects" ) ) );
714 .Name(
"common.Control.zoomIn" )
716#
if defined( __WXMAC__ )
717 .DefaultHotkey(
MD_CTRL +
'+' )
719 .DefaultHotkey( WXK_F1 )
721 .LegacyHotkeyName(
"Zoom In" )
722 .FriendlyName(
_(
"Zoom In at Cursor" ) )
726 .Name(
"common.Control.zoomOut" )
728#
if defined( __WXMAC__ )
729 .DefaultHotkey(
MD_CTRL +
'-' )
731 .DefaultHotkey( WXK_F2 )
733 .LegacyHotkeyName(
"Zoom Out" )
734 .FriendlyName(
_(
"Zoom Out at Cursor" ) )
738 .Name(
"common.Control.zoomInCenter" )
740 .FriendlyName(
_(
"Zoom In" ) )
744 .Name(
"common.Control.zoomOutCenter" )
746 .FriendlyName(
_(
"Zoom Out" ) )
750 .Name(
"common.Control.zoomInHorizontally" )
752 .FriendlyName(
_(
"Zoom In Horizontally" ) )
753 .Tooltip(
_(
"Zoom in horizontally the plot area" ) )
757 .Name(
"common.Control.zoomOutHorizontally" )
759 .FriendlyName(
_(
"Zoom Out Horizontally" ) )
760 .Tooltip(
_(
"Zoom out horizontally the plot area" ) )
764 .Name(
"common.Control.zoomInVertically" )
766 .FriendlyName(
_(
"Zoom In Vertically" ) )
767 .Tooltip(
_(
"Zoom in vertically the plot area" ) )
771 .Name(
"common.Control.zoomOutVertically" )
773 .FriendlyName(
_(
"Zoom Out Vertically" ) )
774 .Tooltip(
_(
"Zoom out vertically the plot area" ) )
778 .Name(
"common.Control.zoomCenter" )
780 .DefaultHotkey( WXK_F4 )
781 .LegacyHotkeyName(
"Zoom Center" )
782 .FriendlyName(
_(
"Center on Cursor" ) )
786 .Name(
"common.Control.zoomTool" )
788 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_F5 ) )
789 .LegacyHotkeyName(
"Zoom to Selection" )
790 .FriendlyName(
_(
"Zoom to Selection" ) )
796 .Name(
"common.Control.undoZoom" )
798 .FriendlyName(
_(
"Undo Last Zoom" ) )
799 .Tooltip(
_(
"Return zoom to level prior to last zoom action" ) )
803 .Name(
"common.Control.redoZoom" )
805 .FriendlyName(
_(
"Redo Last Zoom" ) )
806 .Tooltip(
_(
"Return zoom to level prior to last zoom undo" ) )
810 .Name(
"common.Control.zoomPreset" )
812 .Parameter<int>( 0 ) );
815 .Name(
"common.Control.centerContents" )
819 .Name(
"common.Control.centerSelection" )
821 .FriendlyName(
_(
"Pan to Center Selected Objects" ) ) );
825 .Name(
"common.Control.cursorUp" )
827 .DefaultHotkey( WXK_UP )
828 .FriendlyName(
_(
"Cursor Up" ) )
831 .Parameter( CURSOR_UP ) );
834 .Name(
"common.Control.cursorDown" )
836 .DefaultHotkey( WXK_DOWN )
837 .FriendlyName(
_(
"Cursor Down" ) )
840 .Parameter( CURSOR_DOWN ) );
843 .Name(
"common.Control.cursorLeft" )
845 .DefaultHotkey( WXK_LEFT )
846 .FriendlyName(
_(
"Cursor Left" ) )
849 .Parameter( CURSOR_LEFT ) );
852 .Name(
"common.Control.cursorRight" )
854 .DefaultHotkey( WXK_RIGHT )
855 .FriendlyName(
_(
"Cursor Right" ) )
858 .Parameter( CURSOR_RIGHT ) );
862 .Name(
"common.Control.cursorUpFast" )
864 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_UP ) )
865 .FriendlyName(
_(
"Cursor Up Fast" ) )
868 .Parameter( CURSOR_UP_FAST ) );
871 .Name(
"common.Control.cursorDownFast" )
873 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_DOWN ) )
874 .FriendlyName(
_(
"Cursor Down Fast" ) )
877 .Parameter( CURSOR_DOWN_FAST ) );
880 .Name(
"common.Control.cursorLeftFast" )
882 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_LEFT ) )
883 .FriendlyName(
_(
"Cursor Left Fast" ) )
886 .Parameter( CURSOR_LEFT_FAST ) );
889 .Name(
"common.Control.cursorRightFast" )
891 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_RIGHT ) )
892 .FriendlyName(
_(
"Cursor Right Fast" ) )
895 .Parameter( CURSOR_RIGHT_FAST ) );
898 .Name(
"common.Control.cursorClick" )
900 .DefaultHotkey( WXK_RETURN )
901 .LegacyHotkeyName(
"Mouse Left Click" )
902 .FriendlyName(
_(
"Click" ) )
903 .Tooltip(
_(
"Performs left mouse button click" ) )
906 .Parameter( CURSOR_CLICK ) );
909 .Name(
"common.Control.cursorDblClick" )
911 .DefaultHotkey( WXK_END )
912 .LegacyHotkeyName(
"Mouse Left Double Click" )
913 .FriendlyName(
_(
"Double-click" ) )
914 .Tooltip(
_(
"Performs left mouse button double-click" ) )
917 .Parameter( CURSOR_DBL_CLICK ) );
920 .Name(
"common.Control.refreshPreview" )
925 .Name(
"common.Control.pinLibrary" )
927 .FriendlyName(
_(
"Pin Library" ) )
928 .Tooltip(
_(
"Keep the library at the top of the list" ) ) );
931 .Name(
"common.Control.unpinLibrary" )
933 .FriendlyName(
_(
"Unpin Library" ) )
934 .Tooltip(
_(
"No longer keep the library at the top of the list" ) ) );
937 .Name(
"common.Control.showLibraryTree" )
939 .FriendlyName(
_(
"Library Tree" ) )
944 .Name(
"common.Control.hideLibraryTree" )
946 .FriendlyName(
_(
"Hide Library Tree" ) )
950 .Name(
"common.Control.toggleSimulationSidePanel" )
952 .FriendlyName(
_(
"Show Side Panel" ) ) );
955 .Name(
"common.Control.toggleConsole" )
957 .FriendlyName(
_(
"Show Console Panel" ) ) );
960 .Name(
"common.Control.libraryTreeSearch" )
962 .FriendlyName(
_(
"Focus Library Tree Search Field" ) )
963 .DefaultHotkey(
MD_CTRL +
'L' )
967 .Name(
"common.Control.panUp" )
969 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_UP ) )
970 .FriendlyName(
_(
"Pan Up" ) )
972 .Parameter( CURSOR_UP ) );
975 .Name(
"common.Control.panDown" )
977 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_DOWN ) )
978 .FriendlyName(
_(
"Pan Down" ) )
980 .Parameter( CURSOR_DOWN ) );
983 .Name(
"common.Control.panLeft" )
985 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_LEFT ) )
986 .FriendlyName(
_(
"Pan Left" ) )
988 .Parameter( CURSOR_LEFT ) );
991 .Name(
"common.Control.panRight" )
993 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_RIGHT ) )
994 .FriendlyName(
_(
"Pan Right" ) )
996 .Parameter( CURSOR_RIGHT ) );
1000 .Name(
"common.Control.gridFast1" )
1002 .DefaultHotkey(
MD_ALT +
'1' )
1003 .LegacyHotkeyName(
"Switch Grid To Fast Grid1" )
1004 .FriendlyName(
_(
"Switch to Fast Grid 1" ) ) );
1007 .Name(
"common.Control.gridFast2" )
1009 .DefaultHotkey(
MD_ALT +
'2' )
1010 .LegacyHotkeyName(
"Switch Grid To Fast Grid2" )
1011 .FriendlyName(
_(
"Switch to Fast Grid 2" ) ) );
1014 .Name(
"common.Control.gridFastCycle" )
1016 .DefaultHotkey(
MD_ALT +
'4' )
1017 .LegacyHotkeyName(
"Switch Grid To Next Fast Grid" )
1018 .FriendlyName(
_(
"Cycle Fast Grid" ) ) );
1021 .Name(
"common.Control.gridNext" )
1023 .DefaultHotkey(
'N' )
1024 .LegacyHotkeyName(
"Switch Grid To Next" )
1025 .FriendlyName(
_(
"Switch to Next Grid" ) ) );
1028 .Name(
"common.Control.gridPrev" )
1031 .LegacyHotkeyName(
"Switch Grid To Previous" )
1032 .FriendlyName(
_(
"Switch to Previous Grid" ) ) );
1035 .Name(
"common.Control.gridSetOrigin" )
1037 .LegacyHotkeyName(
"Set Grid Origin" )
1038 .FriendlyName(
_(
"Grid Origin" ) )
1039 .Tooltip(
_(
"Place the grid origin point" ) )
1042 .Parameter<VECTOR2D*>(
nullptr ) );
1045 .Name(
"common.Control.gridResetOrigin" )
1047 .LegacyHotkeyName(
"Reset Grid Origin" )
1048 .FriendlyName(
_(
"Reset Grid Origin" ) ) );
1051 .Name(
"common.Control.gridPreset" )
1053 .Parameter<int>( 0 ) );
1056 .Name(
"common.Control.toggleGrid" )
1058 .FriendlyName(
_(
"Show Grid" ) )
1059 .Tooltip(
_(
"Display background grid in the edit window" ) )
1064 .Name(
"common.Control.toggleGridOverrides" )
1067 .FriendlyName(
_(
"Grid Overrides" ) )
1068 .Tooltip(
_(
"Enables item-specific grids that override the current grid" ) )
1073 .Name(
"common.Control.editGrids" )
1075 .FriendlyName(
_(
"Edit Grids..." ) )
1076 .Tooltip(
_(
"Edit grid definitions" ) )
1080 .Name(
"common.Control.editGridOrigin" )
1082 .FriendlyName(
_(
"Grid Origin..." ) )
1083 .Tooltip(
_(
"Set the grid origin point" ) )
1087 .Name(
"common.Control.imperialUnits" )
1089 .FriendlyName(
_(
"Inches" ) )
1096 .Name(
"common.Control.mils" )
1098 .FriendlyName(
_(
"Mils" ) )
1105 .Name(
"common.Control.metricUnits" )
1107 .FriendlyName(
_(
"Millimeters" ) )
1114 .Name(
"common.Control.updateUnits" )
1119 .Name(
"common.Control.updatePreferences" )
1124 .Name(
"common.Control.selectColumns" )
1127 .FriendlyName(
_(
"Select Columns..." ) ) );
1130 .Name(
"common.Control.toggleUnits" )
1132 .DefaultHotkey(
MD_CTRL +
'U' )
1133 .LegacyHotkeyName(
"Switch Units" )
1134 .FriendlyName(
_(
"Switch units" ) )
1135 .Tooltip(
_(
"Switch between imperial and metric units" ) )
1139 .Name(
"common.Control.togglePolarCoords" )
1141 .FriendlyName(
_(
"Polar Coordinates" ) )
1142 .Tooltip(
_(
"Switch between polar and cartesian coordinate systems" ) )
1147 .Name(
"common.Control.resetLocalCoords" )
1149 .DefaultHotkey(
' ' )
1150 .LegacyHotkeyName(
"Reset Local Coordinates" )
1151 .FriendlyName(
_(
"Reset Local Coordinates" ) ) );
1154 .Name(
"common.Control.toggleCursor" )
1157 .LegacyHotkeyName(
"Toggle Cursor Display (Modern Toolset only)" )
1158 .FriendlyName(
_(
"Always Show Crosshairs" ) )
1159 .Tooltip(
_(
"Display crosshairs even when not drawing objects" ) )
1163 .Name(
"common.Control.toggleCursorStyle" )
1165 .FriendlyName(
_(
"Full-Window Crosshairs" ) )
1166 .Tooltip(
_(
"Switch display of full-window crosshairs" ) )
1171 .Name(
"common.Control.highContrastMode" )
1173 .LegacyHotkeyName(
"Toggle High Contrast Mode" )
1174 .FriendlyName(
_(
"Inactive Layer View Mode" ) )
1175 .Tooltip(
_(
"Toggle inactive layers between normal and dimmed" ) )
1180 .Name(
"common.Control.highContrastModeCycle" )
1182 .DefaultHotkey(
'H' )
1183 .FriendlyName(
_(
"Inactive Layer View Mode (3-state)" ) )
1184 .Tooltip(
_(
"Cycle inactive layers between normal, dimmed, and hidden" ) )
1188 .Name(
"common.Control.toggleBoundingBoxes" )
1190 .FriendlyName(
_(
"Draw Bounding Boxes" ) )
1195 .Name(
"common.InteractiveSelection.selectionTool" )
1197 .FriendlyName(
_(
"Select item(s)" ) )
1203 .Name(
"common.Interactive.measureTool" )
1207 .LegacyHotkeyName(
"Measure Distance (Modern Toolset only)" )
1208 .FriendlyName(
_(
"Measure Tool" ) )
1209 .Tooltip(
_(
"Interactively measure distance between points" ) )
1215 .Name(
"common.InteractivePicker.pickerTool" )
1221 .Name(
"common.InteractivePicker.pickerSubTool" )
1226 .Name(
"common.Control.showProjectManager" )
1228 .FriendlyName(
_(
"Switch to Project Manager" ) )
1229 .Tooltip(
_(
"Show project window" ) )
1233 .Name(
"common.Control.show3DViewer" )
1235 .DefaultHotkey(
MD_ALT +
'3' )
1236 .LegacyHotkeyName(
"3D Viewer" )
1237 .FriendlyName(
_(
"3D Viewer" ) )
1238 .Tooltip(
_(
"Show 3D viewer window" ) )
1242 .Name(
"common.Control.showSymbolBrowser" )
1244 .FriendlyName(
_(
"Symbol Library Browser" ) )
1250 .Name(
"common.Control.showSymbolEditor" )
1252 .FriendlyName(
_(
"Symbol Editor" ) )
1253 .Tooltip(
_(
"Create, delete and edit schematic symbols" ) )
1259 .Name(
"common.Control.showFootprintBrowser" )
1261 .FriendlyName(
_(
"Footprint Library Browser" ) )
1267 .Name(
"common.Control.showFootprintEditor" )
1269 .FriendlyName(
_(
"Footprint Editor" ) )
1270 .Tooltip(
_(
"Create, delete and edit board footprints" ) )
1276 .Name(
"common.Control.showCalculatorTools" )
1278 .FriendlyName(
_(
"Calculator Tools" ) )
1279 .Tooltip(
_(
"Run component calculations, track width calculations, etc." ) )
1285 .Name(
"common.Control.showProperties" )
1287 .FriendlyName(
_(
"Properties" ) )
1288 .Tooltip(
_(
"Show/hide the properties manager" ) )
1293 .Name(
"common.Control.showDatasheet" )
1295 .DefaultHotkey(
'D' )
1296 .LegacyHotkeyName(
"Show Datasheet" )
1297 .FriendlyName(
_(
"Show Datasheet" ) )
1298 .Tooltip(
_(
"Open the datasheet in a browser" ) )
1302 .Name(
"common.Control.updatePcbFromSchematic" )
1304 .DefaultHotkey( WXK_F8 )
1305 .LegacyHotkeyName(
"Update PCB from Schematic" )
1306 .FriendlyName(
_(
"Update PCB from Schematic..." ) )
1307 .Tooltip(
_(
"Update PCB with changes made to schematic" ) )
1311 .Name(
"common.Control.updateSchematicFromPCB" )
1313 .FriendlyName(
_(
"Update Schematic from PCB..." ) )
1314 .Tooltip(
_(
"Update schematic with changes made to PCB" ) )
1318 .Name(
"common.SuiteControl.openPreferences" )
1320 .DefaultHotkey(
MD_CTRL +
',' )
1321 .FriendlyName(
_(
"Preferences..." ) )
1322 .Tooltip(
_(
"Show preferences for all open tools" ) )
1324 .UIId( wxID_PREFERENCES ) );
1327 .Name(
"common.SuiteControl.configurePaths" )
1329 .FriendlyName(
_(
"Configure Paths..." ) )
1330 .Tooltip(
_(
"Edit path configuration environment variables" ) )
1334 .Name(
"common.SuiteControl.showSymbolLibTable" )
1336 .FriendlyName(
_(
"Manage Symbol Libraries..." ) )
1337 .Tooltip(
_(
"Edit the global and project symbol library lists" ) )
1341 .Name(
"common.SuiteControl.showFootprintLibTable" )
1343 .FriendlyName(
_(
"Manage Footprint Libraries..." ) )
1344 .Tooltip(
_(
"Edit the global and project footprint library lists" ) )
1348 .Name(
"common.SuiteControl.showDesignBLockLibTable" )
1350 .FriendlyName(
_(
"Manage Design Block Libraries..." ) )
1351 .Tooltip(
_(
"Edit the global and project design block library lists" ) )
1355 .Name(
"common.SuiteControl.gettingStarted" )
1357 .FriendlyName(
_(
"Getting Started with KiCad" ) )
1358 .Tooltip(
_(
"Open \"Getting Started in KiCad\" guide for beginners" ) )
1362 .Name(
"common.SuiteControl.help" )
1364 .FriendlyName(
_(
"Help" ) )
1365 .Tooltip(
_(
"Open product documentation in a web browser" ) )
1369 .Name(
"common.SuiteControl.about" )
1371 .FriendlyName(
_(
"About KiCad" ) )
1376 .Name(
"common.SuiteControl.listHotKeys" )
1378 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_F1 ) )
1379 .LegacyHotkeyName(
"List Hotkeys" )
1380 .FriendlyName(
_(
"List Hotkeys..." ) )
1381 .Tooltip(
_(
"Displays current hotkeys table and corresponding commands" ) )
1385 .Name(
"common.SuiteControl.getInvolved" )
1387 .FriendlyName(
_(
"Get Involved" ) )
1388 .Tooltip(
_(
"Open \"Contribute to KiCad\" in a web browser" ) )
1392 .Name(
"common.SuiteControl.donate" )
1394 .FriendlyName(
_(
"Donate" ) )
1395 .Tooltip(
_(
"Open \"Donate to KiCad\" in a web browser" ) ) );
1398 .Name(
"common.SuiteControl.reportBug" )
1400 .FriendlyName(
_(
"Report Bug" ) )
1401 .Tooltip(
_(
"Report a problem with KiCad" ) )
1405 .Name(
"common.Control.ddaddLibrary" )
1411 .Name(
"common.API.pluginsReload" )
1413 .FriendlyName(
_(
"Refresh Plugins" ) )
1414 .Tooltip(
_(
"Reload all python plugins and refresh plugin menus" ) )
1420 .Name(
"common.Embed.embededFile" )
1422 .FriendlyName(
_(
"Embedded Files" ) )
1423 .Tooltip(
_(
"Manage embedded files" ) ) );
1426 .Name(
"common.Embed.removeFile" )
1428 .FriendlyName(
_(
"Remove File" ) )
1429 .Tooltip(
_(
"Remove an embedded file" ) ) );
1432 .Name(
"common.Embed.extractFile" )
1434 .FriendlyName(
_(
"Extract File" ) )
1435 .Tooltip(
_(
"Extract an embedded file" ) ) );
1440 "common.Interactive.pointSelected" );
1446 "common.Interactive.connectivityChanged" );
1449 "common.Interactive.modified" );
1452 "common.Interactive.inhibit" );
1454 "common.Interactive.uninhibit" );
1457 "common.Interactive.disambiguate" );
1460 "common.Interactive.gridChangedByKey" );
1464 "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 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 toggleSimulationSidePanel
static TOOL_ACTION cycleArcEditMode
static TOOL_ACTION gridPreset
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 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 toggleConsole
static TOOL_ACTION inchesUnits
static TOOL_ACTION highContrastMode
static TOOL_ACTION embeddedFiles
static TOOL_ACTION incrementPrimary
static TOOL_ACTION cursorUpFast
static TOOL_ACTION toggleCursorStyle
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 leftJustify
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 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