41 .Name(
"common.Control.new" )
44 .LegacyHotkeyName(
"New" )
45 .FriendlyName(
_(
"New..." ) )
46 .Tooltip(
_(
"Create a new document in the editor" ) )
50 .Name(
"common.Control.newLibrary" )
52 .FriendlyName(
_(
"New Library..." ) )
53 .Tooltip(
_(
"Create a new library folder" ) )
57 .Name(
"common.Control.addLibrary" )
59 .FriendlyName(
_(
"Add Library..." ) )
60 .Tooltip(
_(
"Add an existing library folder" ) )
64 .Name(
"common.Control.open" )
67 .LegacyHotkeyName(
"Open" )
68 .FriendlyName(
_(
"Open..." ) )
69 .Tooltip(
_(
"Open existing document" ) )
73 .Name(
"common.Control.openWithTextEditor" )
75 .FriendlyName(
_(
"Edit in a Text Editor..." ) )
76 .Tooltip(
_(
"Open a library file with a text editor" ) )
80 .Name(
"common.Control.openDirectory" )
82 .FriendlyName(
_(
"Open in file explorer..." ) )
83 .Tooltip(
_(
"Open a library file with system file explorer" ) )
87 .Name(
"common.Control.save" )
90 .LegacyHotkeyName(
"Save" )
91 .FriendlyName(
_(
"Save" ) )
92 .Tooltip(
_(
"Save changes" ) )
96 .Name(
"common.Control.saveAs" )
99 .LegacyHotkeyName(
"Save As" )
100 .FriendlyName(
_(
"Save As..." ) )
101 .Tooltip(
_(
"Save current document to another location" ) )
105 .Name(
"common.Control.saveCopy" )
107 .FriendlyName(
_(
"Save a Copy..." ) )
108 .Tooltip(
_(
"Save a copy of the current document to another location" ) )
112 .Name(
"common.Control.saveAll" )
114 .FriendlyName(
_(
"Save All" ) )
115 .Tooltip(
_(
"Save all changes" ) )
119 .Name(
"common.Control.revert" )
121 .FriendlyName(
_(
"Revert" ) )
122 .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" ) )
154 .Name(
"common.Interactive.cancel" )
157 .FriendlyName(
_(
"Cancel" ) )
158 .Tooltip(
_(
"Cancel current tool" ) )
163 .Name(
"common.Interactive.finish" )
165 .DefaultHotkey( WXK_END )
166 .FriendlyName(
_(
"Finish" ) )
167 .Tooltip(
_(
"Finish current tool" ) )
172 .Name(
"common.Control.showContextMenu" )
174 .FriendlyName(
_(
"Show Context Menu" ) )
175 .Tooltip(
_(
"Perform the right-mouse-button action" ) )
177 .Parameter( CURSOR_RIGHT_CLICK ) );
180 .Name(
"common.Interactive.updateMenu" )
184 .Name(
"common.Interactive.undo" )
186 .DefaultHotkey(
MD_CTRL +
'Z' )
187 .LegacyHotkeyName(
"Undo" )
188 .FriendlyName(
_(
"Undo" ) )
192 .Name(
"common.Interactive.redo" )
194#
if defined( __WXMAC__ )
197 .DefaultHotkey(
MD_CTRL +
'Y' )
199 .LegacyHotkeyName(
"Redo" )
200 .FriendlyName(
_(
"Redo" ) )
208 .Name(
"common.Interactive.cut" )
210 .DefaultHotkey(
MD_CTRL +
'X' )
211 .LegacyHotkeyName(
"Cut" )
212 .FriendlyName(
_(
"Cut" ) )
213 .Tooltip(
_(
"Cut selected item(s) to clipboard" ) )
219 .Name(
"common.Interactive.copy" )
221 .DefaultHotkey(
MD_CTRL +
'C' )
222 .LegacyHotkeyName(
"Copy" )
223 .FriendlyName(
_(
"Copy" ) )
224 .Tooltip(
_(
"Copy selected item(s) to clipboard" ) )
227 .UIId( wxID_COPY ) );
230 .Name(
"common.Interactive.paste" )
232 .DefaultHotkey(
MD_CTRL +
'V' )
233 .LegacyHotkeyName(
"Paste" )
234 .FriendlyName(
_(
"Paste" ) )
235 .Tooltip(
_(
"Paste item(s) from clipboard" ) )
238 .UIId( wxID_PASTE ) );
241 .Name(
"common.Interactive.selectAll" )
243 .DefaultHotkey(
MD_CTRL +
'A' )
244 .FriendlyName(
_(
"Select All" ) )
245 .Tooltip(
_(
"Select all items on screen" ) ) );
248 .Name(
"common.Interactive.unselectAll" )
251 .FriendlyName(
_(
"Unselect All" ) )
252 .Tooltip(
_(
"Unselect all items on screen" ) ) );
255 .Name(
"common.Interactive.pasteSpecial" )
257 .FriendlyName(
_(
"Paste Special..." ) )
258 .Tooltip(
_(
"Paste item(s) from clipboard with annotation options" ) )
262 .Name(
"common.Interactive.duplicate" )
264 .DefaultHotkey(
MD_CTRL +
'D' )
265 .LegacyHotkeyName(
"Duplicate" )
266 .FriendlyName(
_(
"Duplicate" ) )
267 .Tooltip(
_(
"Duplicates the selected item(s)" ) )
271 .Name(
"common.Interactive.delete" )
273#
if defined( __WXMAC__ )
274 .DefaultHotkey( WXK_BACK )
276 .DefaultHotkey( WXK_DELETE )
278 .LegacyHotkeyName(
"Delete Item" )
279 .FriendlyName(
_(
"Delete" ) )
280 .Tooltip(
_(
"Delete selected item(s)" ) )
285 .Name(
"common.Interactive.deleteTool" )
287 .FriendlyName(
_(
"Interactive Delete Tool" ) )
288 .Tooltip(
_(
"Delete clicked items" ) )
293 .Name(
"common.Control.leftJustify" )
295 .FriendlyName(
_(
"Left Justify" ) )
296 .Tooltip(
_(
"Left-justify fields and text items" ) )
300 .Name(
"common.Control.centerJustify" )
302 .FriendlyName(
_(
"Center Justify" ) )
303 .Tooltip(
_(
"Center-justify fields and text items" ) )
307 .Name(
"common.Control.rightJustify" )
309 .FriendlyName(
_(
"Right Justify" ) )
310 .Tooltip(
_(
"Right-justify fields and text items" ) )
314 .Name(
"common.Control.expandAll" )
316 .FriendlyName(
_(
"Expand All" ) )
320 .Name(
"common.Control.collapseAll" )
322 .FriendlyName(
_(
"Collapse All" ) )
326 .Name(
"common.InteractiveSelection.SelectColumns" )
328 .FriendlyName(
_(
"Select Column(s)" ) )
329 .Tooltip(
_(
"Select complete column(s) containing the current selected cell(s)" ) )
333 .Name(
"common.InteractiveSelection.Rows" )
335 .FriendlyName(
_(
"Select Row(s)" ) )
336 .Tooltip(
_(
"Select complete row(s) containing the current selected cell(s)" ) )
340 .Name(
"common.InteractiveSelection.SelectTable" )
342 .FriendlyName(
_(
"Select Table" ) )
343 .Tooltip(
_(
"Select parent table of selected cell(s)" ) )
347 .Name(
"common.TableEditor.addRowAbove" )
349 .FriendlyName(
_(
"Add Row Above" ) )
350 .Tooltip(
_(
"Insert a new table row above the selected cell(s)" ) )
354 .Name(
"common.TableEditor.addRowBelow" )
356 .FriendlyName(
_(
"Add Row Below" ) )
357 .Tooltip(
_(
"Insert a new table row below the selected cell(s)" ) )
361 .Name(
"common.TableEditor.addColBefore" )
363 .FriendlyName(
_(
"Add Column Before" ) )
364 .Tooltip(
_(
"Insert a new table column before the selected cell(s)" ) )
368 .Name(
"common.TableEditor.addColAfter" )
370 .FriendlyName(
_(
"Add Column After" ) )
371 .Tooltip(
_(
"Insert a new table column after the selected cell(s)" ) )
375 .Name(
"common.TableEditor.deleteRows" )
377 .FriendlyName(
_(
"Delete Row(s)" ) )
378 .Tooltip(
_(
"Delete rows containing the currently selected cell(s)" ) )
382 .Name(
"common.TableEditor.deleteColumns" )
384 .FriendlyName(
_(
"Delete Column(s)" ) )
385 .Tooltip(
_(
"Delete columns containing the currently selected cell(s)" ) )
389 .Name(
"common.TableEditor.mergeCells" )
391 .FriendlyName(
_(
"Merge Cells" ) )
392 .Tooltip(
_(
"Turn selected table cells into a single cell" ) )
396 .Name(
"common.TableEditor.unmergeCell" )
398 .FriendlyName(
_(
"Unmerge Cells" ) )
399 .Tooltip(
_(
"Turn merged table cells back into separate cells." ) )
403 .Name(
"pcbnew.TableEditor.editTable" )
405 .DefaultHotkey(
MD_CTRL +
'E' )
406 .FriendlyName(
_(
"Edit Table" ) )
410 .Name(
"common.Control.activatePointEditor" )
414 .Name(
"common.Interactive.cycleArcEditMode" )
416 .DefaultHotkey(
MD_CTRL +
' ' )
417 .FriendlyName(
_(
"Cycle Arc Editing Mode" ) )
418 .Tooltip(
_(
"Switch to a different method of editing arcs" ) ) );
421 .Name(
"common.Interactive.search" )
423 .DefaultHotkey(
MD_CTRL +
'G' )
424 .LegacyHotkeyName(
"Search" )
425 .FriendlyName(
_(
"Show Search Panel" ) )
426 .Tooltip(
_(
"Show/hide the search panel" ) )
430 .Name(
"common.Interactive.find" )
432 .DefaultHotkey(
MD_CTRL +
'F' )
433 .LegacyHotkeyName(
"Find" )
434 .FriendlyName(
_(
"Find" ) )
438 .Name(
"common.Interactive.findAndReplace" )
441 .LegacyHotkeyName(
"Find and Replace" )
442 .FriendlyName(
_(
"Find and Replace" ) )
446 .Name(
"common.Interactive.findNext" )
448 .DefaultHotkey( WXK_F3 )
449 .LegacyHotkeyName(
"Find Next" )
450 .FriendlyName(
_(
"Find Next" ) )
454 .Name(
"common.Interactive.findPrevious" )
456 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_F3 ) )
457 .LegacyHotkeyName(
"Find Previous" )
458 .FriendlyName(
_(
"Find Previous" ) )
462 .Name(
"common.Interactive.findNextMarker" )
465 .LegacyHotkeyName(
"Find Next Marker" )
466 .FriendlyName(
_(
"Find Next Marker" ) )
470 .Name(
"common.Interactive.replaceAndFindNext" )
472 .FriendlyName(
_(
"Replace and Find Next" ) )
476 .Name(
"common.Interactive.replaceAll" )
478 .FriendlyName(
_(
"Replace All" ) )
482 .Name(
"common.Control.updateFind" )
488 .Name(
"common.Checker.prevMarker" )
490 .FriendlyName(
_(
"Previous Marker" ) )
494 .Name(
"common.Checker.nextMarker" )
496 .FriendlyName(
_(
"Next Marker" ) )
500 .Name(
"common.Checker.excludeMarker" )
502 .FriendlyName(
_(
"Exclude Marker" ) )
503 .Tooltip(
_(
"Mark current violation in Checker window as an exclusion" ) )
508 .Name(
"common.Control.zoomRedraw" )
510#
if defined( __WXMAC__ )
511 .DefaultHotkey(
MD_CTRL +
'R' )
513 .DefaultHotkey( WXK_F5 )
515 .LegacyHotkeyName(
"Zoom Redraw" )
516 .FriendlyName(
_(
"Refresh" ) )
520 .Name(
"common.Control.zoomFitScreen" )
522#
if defined( __WXMAC__ )
523 .DefaultHotkey(
MD_CTRL +
'0' )
525 .DefaultHotkey( WXK_HOME )
527 .LegacyHotkeyName(
"Zoom Auto" )
528 .FriendlyName(
_(
"Zoom to Fit" ) )
532 .Name(
"common.Control.zoomFitObjects" )
534 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_HOME ) )
535 .FriendlyName(
_(
"Zoom to Objects" ) )
539 .Name(
"common.Control.zoomIn" )
541#
if defined( __WXMAC__ )
542 .DefaultHotkey(
MD_CTRL +
'+' )
544 .DefaultHotkey( WXK_F1 )
546 .LegacyHotkeyName(
"Zoom In" )
547 .FriendlyName(
_(
"Zoom In at Cursor" ) )
551 .Name(
"common.Control.zoomOut" )
553#
if defined( __WXMAC__ )
554 .DefaultHotkey(
MD_CTRL +
'-' )
556 .DefaultHotkey( WXK_F2 )
558 .LegacyHotkeyName(
"Zoom Out" )
559 .FriendlyName(
_(
"Zoom Out at Cursor" ) )
563 .Name(
"common.Control.zoomInCenter" )
565 .FriendlyName(
_(
"Zoom In" ) )
569 .Name(
"common.Control.zoomOutCenter" )
571 .FriendlyName(
_(
"Zoom Out" ) )
575 .Name(
"common.Control.zoomInHorizontally" )
577 .FriendlyName(
_(
"Zoom In Horizontally" ) )
578 .Tooltip(
_(
"Zoom in horizontally the plot area" ) )
582 .Name(
"common.Control.zoomOutHorizontally" )
584 .FriendlyName(
_(
"Zoom Out Horizontally" ) )
585 .Tooltip(
_(
"Zoom out horizontally the plot area" ) )
589 .Name(
"common.Control.zoomInVertically" )
591 .FriendlyName(
_(
"Zoom In Vertically" ) )
592 .Tooltip(
_(
"Zoom in vertically the plot area" ) )
596 .Name(
"common.Control.zoomOutVertically" )
598 .FriendlyName(
_(
"Zoom Out Vertically" ) )
599 .Tooltip(
_(
"Zoom out vertically the plot area" ) )
603 .Name(
"common.Control.zoomCenter" )
605 .DefaultHotkey( WXK_F4 )
606 .LegacyHotkeyName(
"Zoom Center" )
607 .FriendlyName(
_(
"Center on Cursor" ) )
611 .Name(
"common.Control.zoomTool" )
613 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_F5 ) )
614 .LegacyHotkeyName(
"Zoom to Selection" )
615 .FriendlyName(
_(
"Zoom to Selection" ) )
620 .Name(
"common.Control.undoZoom" )
622 .FriendlyName(
_(
"Undo Last Zoom" ) )
623 .Tooltip(
_(
"Return zoom to level prior to last zoom action" ) )
627 .Name(
"common.Control.redoZoom" )
629 .FriendlyName(
_(
"Redo Last Zoom" ) )
630 .Tooltip(
_(
"Return zoom to level prior to last zoom undo" ) )
634 .Name(
"common.Control.zoomPreset" )
636 .Parameter<int>( 0 ) );
639 .Name(
"common.Control.centerContents" )
644 .Name(
"common.Control.cursorUp" )
646 .DefaultHotkey( WXK_UP )
647 .FriendlyName(
_(
"Cursor Up" ) )
649 .Parameter( CURSOR_UP ) );
652 .Name(
"common.Control.cursorDown" )
654 .DefaultHotkey( WXK_DOWN )
655 .FriendlyName(
_(
"Cursor Down" ) )
657 .Parameter( CURSOR_DOWN ) );
660 .Name(
"common.Control.cursorLeft" )
662 .DefaultHotkey( WXK_LEFT )
663 .FriendlyName(
_(
"Cursor Left" ) )
665 .Parameter( CURSOR_LEFT ) );
668 .Name(
"common.Control.cursorRight" )
670 .DefaultHotkey( WXK_RIGHT )
671 .FriendlyName(
_(
"Cursor Right" ) )
673 .Parameter( CURSOR_RIGHT ) );
677 .Name(
"common.Control.cursorUpFast" )
679 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_UP ) )
680 .FriendlyName(
_(
"Cursor Up Fast" ) )
682 .Parameter( CURSOR_UP_FAST ) );
685 .Name(
"common.Control.cursorDownFast" )
687 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_DOWN ) )
688 .FriendlyName(
_(
"Cursor Down Fast" ) )
690 .Parameter( CURSOR_DOWN_FAST ) );
693 .Name(
"common.Control.cursorLeftFast" )
695 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_LEFT ) )
696 .FriendlyName(
_(
"Cursor Left Fast" ) )
698 .Parameter( CURSOR_LEFT_FAST ) );
701 .Name(
"common.Control.cursorRightFast" )
703 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_RIGHT ) )
704 .FriendlyName(
_(
"Cursor Right Fast" ) )
706 .Parameter( CURSOR_RIGHT_FAST ) );
709 .Name(
"common.Control.cursorClick" )
711 .DefaultHotkey( WXK_RETURN )
712 .LegacyHotkeyName(
"Mouse Left Click" )
713 .FriendlyName(
_(
"Click" ) )
714 .Tooltip(
_(
"Performs left mouse button click" ) )
716 .Parameter( CURSOR_CLICK ) );
719 .Name(
"common.Control.cursorDblClick" )
721 .DefaultHotkey( WXK_END )
722 .LegacyHotkeyName(
"Mouse Left Double Click" )
723 .FriendlyName(
_(
"Double-click" ) )
724 .Tooltip(
_(
"Performs left mouse button double-click" ) )
726 .Parameter( CURSOR_DBL_CLICK ) );
729 .Name(
"common.Control.refreshPreview" )
733 .Name(
"common.Control.pinLibrary" )
735 .FriendlyName(
_(
"Pin Library" ) )
736 .Tooltip(
_(
"Keep the library at the top of the list" ) ) );
739 .Name(
"common.Control.unpinLibrary" )
741 .FriendlyName(
_(
"Unpin Library" ) )
742 .Tooltip(
_(
"No longer keep the library at the top of the list" ) ) );
745 .Name(
"common.Control.showLibraryTree" )
747 .FriendlyName(
_(
"Show Library Tree" ) )
751 .Name(
"common.Control.hideLibraryTree" )
753 .FriendlyName(
_(
"Hide Library Tree" ) )
757 .Name(
"common.Control.libraryTreeSearch" )
759 .FriendlyName(
_(
"Focus Library Tree Search Field" ) )
760 .DefaultHotkey(
MD_CTRL +
'L' ) );
763 .Name(
"common.Control.panUp" )
765 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_UP ) )
766 .FriendlyName(
_(
"Pan Up" ) )
768 .Parameter( CURSOR_UP ) );
771 .Name(
"common.Control.panDown" )
773 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_DOWN ) )
774 .FriendlyName(
_(
"Pan Down" ) )
776 .Parameter( CURSOR_DOWN ) );
779 .Name(
"common.Control.panLeft" )
781 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_LEFT ) )
782 .FriendlyName(
_(
"Pan Left" ) )
784 .Parameter( CURSOR_LEFT ) );
787 .Name(
"common.Control.panRight" )
789 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_RIGHT ) )
790 .FriendlyName(
_(
"Pan Right" ) )
792 .Parameter( CURSOR_RIGHT ) );
796 .Name(
"common.Control.gridFast1" )
798 .DefaultHotkey(
MD_ALT +
'1' )
799 .LegacyHotkeyName(
"Switch Grid To Fast Grid1" )
800 .FriendlyName(
_(
"Switch to Fast Grid 1" ) ) );
803 .Name(
"common.Control.gridFast2" )
805 .DefaultHotkey(
MD_ALT +
'2' )
806 .LegacyHotkeyName(
"Switch Grid To Fast Grid2" )
807 .FriendlyName(
_(
"Switch to Fast Grid 2" ) ) );
810 .Name(
"common.Control.gridFastCycle" )
812 .DefaultHotkey(
MD_ALT +
'4' )
813 .LegacyHotkeyName(
"Switch Grid To Next Fast Grid" )
814 .FriendlyName(
_(
"Cycle Fast Grid" ) ) );
817 .Name(
"common.Control.gridNext" )
819 .DefaultHotkey(
'N' )
820 .LegacyHotkeyName(
"Switch Grid To Next" )
821 .FriendlyName(
_(
"Switch to Next Grid" ) ) );
824 .Name(
"common.Control.gridPrev" )
827 .LegacyHotkeyName(
"Switch Grid To Previous" )
828 .FriendlyName(
_(
"Switch to Previous Grid" ) ) );
831 .Name(
"common.Control.gridSetOrigin" )
833 .LegacyHotkeyName(
"Set Grid Origin" )
834 .FriendlyName(
_(
"Grid Origin" ) )
835 .Tooltip(
_(
"Place the grid origin point" ) )
837 .Parameter<VECTOR2D*>(
nullptr ) );
840 .Name(
"common.Control.gridResetOrigin" )
842 .LegacyHotkeyName(
"Reset Grid Origin" )
843 .FriendlyName(
_(
"Reset Grid Origin" ) ) );
846 .Name(
"common.Control.gridPreset" )
848 .Parameter<int>( 0 ) );
851 .Name(
"common.Control.toggleGrid" )
853 .FriendlyName(
_(
"Show Grid" ) )
854 .Tooltip(
_(
"Display background grid in the edit window" ) )
858 .Name(
"common.Control.toggleGridOverrides" )
861 .FriendlyName(
_(
"Grid Overrides" ) )
862 .Tooltip(
_(
"Enables item-specific grids that override the current grid" ) )
866 .Name(
"common.Control.editGrids" )
868 .FriendlyName(
_(
"Edit Grids..." ) )
869 .Tooltip(
_(
"Edit grid definitions" ) )
873 .Name(
"common.Control.editGridOrigin" )
875 .FriendlyName(
_(
"Grid Origin..." ) )
876 .Tooltip(
_(
"Set the grid origin point" ) ) );
879 .Name(
"common.Control.imperialUnits" )
881 .FriendlyName(
_(
"Inches" ) )
887 .Name(
"common.Control.mils" )
889 .FriendlyName(
_(
"Mils" ) )
895 .Name(
"common.Control.metricUnits" )
897 .FriendlyName(
_(
"Millimeters" ) )
903 .Name(
"common.Control.updateUnits" )
907 .Name(
"common.Control.updatePreferences" )
911 .Name(
"common.Control.selectColumns" )
913 .FriendlyName(
_(
"Select Columns..." ) ) );
916 .Name(
"common.Control.toggleUnits" )
918 .DefaultHotkey(
MD_CTRL +
'U' )
919 .LegacyHotkeyName(
"Switch Units" )
920 .FriendlyName(
_(
"Switch units" ) )
921 .Tooltip(
_(
"Switch between imperial and metric units" ) )
925 .Name(
"common.Control.togglePolarCoords" )
927 .FriendlyName(
_(
"Polar Coordinates" ) )
928 .Tooltip(
_(
"Switch between polar and cartesian coordinate systems" ) )
932 .Name(
"common.Control.resetLocalCoords" )
934 .DefaultHotkey(
' ' )
935 .LegacyHotkeyName(
"Reset Local Coordinates" )
936 .FriendlyName(
_(
"Reset Local Coordinates" ) ) );
939 .Name(
"common.Control.toggleCursor" )
943 .LegacyHotkeyName(
"Toggle Cursor Display (Modern Toolset only)" )
944 .FriendlyName(
_(
"Always Show Crosshairs" ) )
945 .Tooltip(
_(
"Display crosshairs even when not drawing objects" ) )
949 .Name(
"common.Control.toggleCursorStyle" )
951 .FriendlyName(
_(
"Full-Window Crosshairs" ) )
952 .Tooltip(
_(
"Switch display of full-window crosshairs" ) )
956 .Name(
"common.Control.highContrastMode" )
958 .LegacyHotkeyName(
"Toggle High Contrast Mode" )
959 .FriendlyName(
_(
"Inactive Layer View Mode" ) )
960 .Tooltip(
_(
"Toggle inactive layers between normal and dimmed" ) )
964 .Name(
"common.Control.highContrastModeCycle" )
966 .DefaultHotkey(
'H' )
967 .FriendlyName(
_(
"Inactive Layer View Mode (3-state)" ) )
968 .Tooltip(
_(
"Cycle inactive layers between normal, dimmed, and hidden" ) )
972 .Name(
"common.Control.toggleBoundingBoxes" )
974 .FriendlyName(
_(
"Draw Bounding Boxes" ) )
978 .Name(
"common.InteractiveSelection.selectionTool" )
980 .FriendlyName(
_(
"Select item(s)" ) )
985 .Name(
"common.Interactive.measureTool" )
989 .LegacyHotkeyName(
"Measure Distance (Modern Toolset only)" )
990 .FriendlyName(
_(
"Measure Tool" ) )
991 .Tooltip(
_(
"Interactively measure distance between points" ) )
996 .Name(
"common.InteractivePicker.pickerTool" )
1001 .Name(
"common.InteractivePicker.pickerSubTool" )
1005 .Name(
"common.Control.showProjectManager" )
1007 .FriendlyName(
_(
"Switch to Project Manager" ) )
1008 .Tooltip(
_(
"Show project window" ) )
1012 .Name(
"common.Control.show3DViewer" )
1014 .DefaultHotkey(
MD_ALT +
'3' )
1015 .LegacyHotkeyName(
"3D Viewer" )
1016 .FriendlyName(
_(
"3D Viewer" ) )
1017 .Tooltip(
_(
"Show 3D viewer window" ) )
1021 .Name(
"common.Control.showSymbolBrowser" )
1023 .FriendlyName(
_(
"Symbol Library Browser" ) )
1029 .Name(
"common.Control.showSymbolEditor" )
1031 .FriendlyName(
_(
"Symbol Editor" ) )
1032 .Tooltip(
_(
"Create, delete and edit schematic symbols" ) )
1038 .Name(
"common.Control.showFootprintBrowser" )
1040 .FriendlyName(
_(
"Footprint Library Browser" ) )
1046 .Name(
"common.Control.showFootprintEditor" )
1048 .FriendlyName(
_(
"Footprint Editor" ) )
1049 .Tooltip(
_(
"Create, delete and edit board footprints" ) )
1055 .Name(
"common.Control.showProperties" )
1057 .FriendlyName(
_(
"Show Properties Manager" ) )
1058 .Tooltip(
_(
"Show/hide the properties manager" ) )
1062 .Name(
"common.Control.updatePcbFromSchematic" )
1064 .DefaultHotkey( WXK_F8 )
1065 .LegacyHotkeyName(
"Update PCB from Schematic" )
1066 .FriendlyName(
_(
"Update PCB from Schematic..." ) )
1067 .Tooltip(
_(
"Update PCB with changes made to schematic" ) )
1071 .Name(
"common.Control.updateSchematicFromPCB" )
1073 .FriendlyName(
_(
"Update Schematic from PCB..." ) )
1074 .Tooltip(
_(
"Update schematic with changes made to PCB" ) )
1078 .Name(
"common.SuiteControl.openPreferences" )
1080 .DefaultHotkey(
MD_CTRL +
',' )
1081 .FriendlyName(
_(
"Preferences..." ) )
1082 .Tooltip(
_(
"Show preferences for all open tools" ) )
1084 .UIId( wxID_PREFERENCES ) );
1087 .Name(
"common.SuiteControl.configurePaths" )
1089 .FriendlyName(
_(
"Configure Paths..." ) )
1090 .Tooltip(
_(
"Edit path configuration environment variables" ) )
1094 .Name(
"common.SuiteControl.showSymbolLibTable" )
1096 .FriendlyName(
_(
"Manage Symbol Libraries..." ) )
1097 .Tooltip(
_(
"Edit the global and project symbol library lists" ) )
1101 .Name(
"common.SuiteControl.showFootprintLibTable" )
1103 .FriendlyName(
_(
"Manage Footprint Libraries..." ) )
1104 .Tooltip(
_(
"Edit the global and project footprint library lists" ) )
1108 .Name(
"common.SuiteControl.gettingStarted" )
1110 .FriendlyName(
_(
"Getting Started with KiCad" ) )
1111 .Tooltip(
_(
"Open \"Getting Started in KiCad\" guide for beginners" ) )
1115 .Name(
"common.SuiteControl.help" )
1117 .FriendlyName(
_(
"Help" ) )
1118 .Tooltip(
_(
"Open product documentation in a web browser" ) )
1122 .Name(
"common.SuiteControl.about" )
1124 .FriendlyName(
_(
"About KiCad" ) )
1129 .Name(
"common.SuiteControl.listHotKeys" )
1131 .DefaultHotkey(
MD_CTRL +
static_cast<int>( WXK_F1 ) )
1132 .LegacyHotkeyName(
"List Hotkeys" )
1133 .FriendlyName(
_(
"List Hotkeys..." ) )
1134 .Tooltip(
_(
"Displays current hotkeys table and corresponding commands" ) )
1138 .Name(
"common.SuiteControl.getInvolved" )
1140 .FriendlyName(
_(
"Get Involved" ) )
1141 .Tooltip(
_(
"Open \"Contribute to KiCad\" in a web browser" ) )
1145 .Name(
"common.SuiteControl.donate" )
1147 .FriendlyName(
_(
"Donate" ) )
1148 .Tooltip(
_(
"Open \"Donate to KiCad\" in a web browser" ) ) );
1151 .Name(
"common.SuiteControl.reportBug" )
1153 .FriendlyName(
_(
"Report Bug" ) )
1154 .Tooltip(
_(
"Report a problem with KiCad" ) )
1158 .Name(
"common.Control.ddaddLibrary" )
1164 .Name(
"common.API.pluginsReload" )
1166 .FriendlyName(
_(
"Refresh Plugins" ) )
1167 .Tooltip(
_(
"Reload all python plugins and refresh plugin menus" ) )
1173 .Name(
"common.Embed.embededFile" )
1175 .FriendlyName(
_(
"Embedded Files" ) )
1176 .Tooltip(
_(
"Manage embedded files" ) ) );
1179 .Name(
"common.Embed.removeFile" )
1181 .FriendlyName(
_(
"Remove File" ) )
1182 .Tooltip(
_(
"Remove an embedded file" ) ) );
1185 .Name(
"common.Embed.extractFile" )
1187 .FriendlyName(
_(
"Extract File" ) )
1188 .Tooltip(
_(
"Extract an embedded file" ) ) );
1207 "common.Interactive.gridChangedByKey" );
1210 "common.Interactive.contrastModeChangedByKeyEvent" );
@ gerbview_show_negative_objects
static TOOL_ACTION addRowAbove
static TOOL_ACTION addColBefore
static TOOL_ACTION gridProperties
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 replaceAll
static TOOL_ACTION updatePreferences
static TOOL_ACTION cursorLeft
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION togglePolarCoords
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 addRowBelow
static TOOL_ACTION pickerTool
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 findPrevious
static TOOL_ACTION unmergeCells
static TOOL_ACTION selectColumns
static TOOL_ACTION mergeCells
static TOOL_ACTION donate
static TOOL_ACTION cursorDown
static TOOL_ACTION zoomOut
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 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 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 cursorDownFast
static TOOL_ACTION removeFile
Cursor control event types.
static TOOL_ACTION prevMarker
static TOOL_ACTION selectRows
static TOOL_ACTION duplicate
static TOOL_ACTION inchesUnits
static TOOL_ACTION highContrastMode
static TOOL_ACTION embeddedFiles
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 leftJustify
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 gridFast2
static TOOL_ACTION expandAll
static TOOL_ACTION zoomInVertically
static TOOL_ACTION ddAddLibrary
static TOOL_ACTION configurePaths
static TOOL_ACTION showProjectManager
static TOOL_ACTION gettingStarted
static TOOL_ACTION cursorUp
Cursor control with keyboard.
static TOOL_ACTION refreshPreview
static TOOL_ACTION zoomUndo
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 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