43        .Name( 
"common.Control.new" )
 
   46        .LegacyHotkeyName( 
"New" )
 
   47        .FriendlyName( 
_( 
"New..." ) )
 
   48        .Tooltip( 
_( 
"Create a new document in the editor" ) )
 
   52        .Name( 
"common.Control.newLibrary" )
 
   54        .FriendlyName( 
_( 
"New Library..." ) )
 
   55        .Tooltip( 
_( 
"Create a new library folder" ) )
 
   59        .Name( 
"common.Control.addLibrary" )
 
   61        .FriendlyName( 
_( 
"Add Library..." ) )
 
   62        .Tooltip( 
_( 
"Add an existing library folder" ) )
 
   66        .Name( 
"common.Control.open" )
 
   69        .LegacyHotkeyName( 
"Open" )
 
   70        .FriendlyName( 
_( 
"Open..." ) )
 
   71        .Tooltip( 
_( 
"Open existing document" ) )
 
   75        .Name( 
"common.Control.openWithTextEditor" )
 
   77        .FriendlyName( 
_( 
"Edit in a Text Editor..." ) )
 
   78        .Tooltip( 
_( 
"Open a library file with a text editor" ) )
 
   82        .Name( 
"common.Control.openDirectory" )
 
   84        .FriendlyName( 
_( 
"Open in file explorer..." ) )
 
   85        .Tooltip( 
_( 
"Open a library file with system file explorer" ) )
 
   89        .Name( 
"common.Control.save" )
 
   92        .LegacyHotkeyName( 
"Save" )
 
   93        .FriendlyName( 
_( 
"Save" ) )
 
   94        .Tooltip( 
_( 
"Save changes" ) )
 
   98        .Name( 
"common.Control.saveAs" )
 
  101        .LegacyHotkeyName( 
"Save As" )
 
  102        .FriendlyName( 
_( 
"Save As..." ) )
 
  103        .Tooltip( 
_( 
"Save current document to another location" ) )
 
  107        .Name( 
"common.Control.saveCopy" )
 
  109        .FriendlyName( 
_( 
"Save a Copy..." ) )
 
  110        .Tooltip( 
_( 
"Save a copy of the current document to another location" ) )
 
  114        .Name( 
"common.Control.saveAll" )
 
  116        .FriendlyName( 
_( 
"Save All" ) )
 
  117        .Tooltip( 
_( 
"Save all changes" ) )
 
  121        .Name( 
"common.Control.revert" )
 
  123        .FriendlyName( 
_( 
"Revert" ) )
 
  124        .Tooltip( 
_( 
"Throw away changes" ) )
 
  129        .Name( 
"common.Control.pageSettings" )
 
  131        .FriendlyName( 
_( 
"Page Settings..." ) )
 
  132        .Tooltip( 
_( 
"Settings for paper size and title block info" ) )
 
  136        .Name( 
"common.Control.print" )
 
  138        .DefaultHotkey( 
MD_CTRL + 
'P' )
 
  139        .LegacyHotkeyName( 
"Print" )
 
  140        .FriendlyName( 
_( 
"Print..." ) )
 
  144        .Name( 
"common.Control.plot" )
 
  146        .FriendlyName( 
_( 
"Plot..." ) )
 
  150        .Name( 
"common.Control.quit" )
 
  152        .FriendlyName( 
_( 
"Quit" ) )
 
  153        .Tooltip( 
_( 
"Close the current editor" ) )
 
  159        .Name( 
"common.InteractiveSelection" )
 
  165        .Name( 
"common.InteractiveSelection.cursor" )
 
  167        .Parameter<CLIENT_SELECTION_FILTER>( 
nullptr ) );
 
  170        .Name( 
"common.InteractiveSelection.selectItem" )
 
  174        .Name( 
"common.InteractiveSelection.selectItems" )
 
  178        .Name( 
"common.InteractiveSelection.unselectItem" )
 
  182        .Name( 
"common.InteractiveSelection.unselectItems" )
 
  186        .Name( 
"common.InteractiveSelection.reselectItem" )
 
  190        .Name( 
"common.InteractiveSelection.clear" )
 
  194        .Name( 
"common.InteractiveSelection.selectionMenu" )
 
  200        .Name( 
"common.Interactive.group" )
 
  202        .FriendlyName( 
_( 
"Group Items" ) )
 
  203        .Tooltip( 
_( 
"Group the selected items so that they are treated as a single item" ) )
 
  207        .Name( 
"common.Interactive.ungroup" )
 
  209        .FriendlyName( 
_( 
"Ungroup Items" ) )
 
  210        .Tooltip( 
_( 
"Ungroup any selected groups" ) )
 
  214        .Name( 
"common.Interactive.addToGroup" )
 
  216        .FriendlyName( 
_( 
"Add Items" ) )
 
  217        .Tooltip( 
_( 
"Add items to group" ) )
 
  221        .Name( 
"common.Interactive.removeFromGroup" )
 
  223        .FriendlyName( 
_( 
"Remove Items" ) )
 
  224        .Tooltip( 
_( 
"Remove items from group" ) )
 
  228        .Name( 
"common.Interactive.groupEnter" )
 
  230        .FriendlyName( 
_( 
"Enter Group" ) )
 
  231        .Tooltip( 
_( 
"Enter the group to edit items" ) )
 
  235        .Name( 
"common.Interactive.groupLeave" )
 
  237        .FriendlyName( 
_( 
"Leave Group" ) )
 
  238        .Tooltip( 
_( 
"Leave the current group" ) )
 
  243        .Name( 
"common.Groups.groupProperties" )
 
  247        .Name( 
"common.Groups.selectNewGroupMember" )
 
  252        .Name( 
"common.Interactive.cancel" )
 
  255        .FriendlyName( 
_( 
"Cancel" ) )
 
  256        .Tooltip( 
_( 
"Cancel current tool" ) )
 
  261        .Name( 
"common.Interactive.finish" )
 
  263        .DefaultHotkey( WXK_END )
 
  264        .FriendlyName( 
_( 
"Finish" ) )
 
  265        .Tooltip( 
_( 
"Finish current tool" ) )
 
  271        .Name( 
"common.Control.showContextMenu" )
 
  273        .FriendlyName( 
_( 
"Show Context Menu" ) )
 
  274        .Tooltip( 
_( 
"Perform the right-mouse-button action" ) )
 
  276        .Parameter( CURSOR_RIGHT_CLICK )
 
  280        .Name( 
"common.Interactive.updateMenu" )
 
  285        .Name( 
"common.Interactive.undo" )
 
  287        .DefaultHotkey( 
MD_CTRL + 
'Z' )
 
  288        .LegacyHotkeyName( 
"Undo" )
 
  289        .FriendlyName( 
_( 
"Undo" ) )
 
  293        .Name( 
"common.Interactive.redo" )
 
  295#
if defined( __WXMAC__ )
 
  298        .DefaultHotkey( 
MD_CTRL + 
'Y' )
 
  300        .LegacyHotkeyName( 
"Redo" )
 
  301        .FriendlyName( 
_( 
"Redo" ) )
 
  309        .Name( 
"common.Interactive.cut" )
 
  311        .DefaultHotkey( 
MD_CTRL + 
'X' )
 
  312        .LegacyHotkeyName( 
"Cut" )
 
  313        .FriendlyName( 
_( 
"Cut" ) )
 
  314        .Tooltip( 
_( 
"Cut selected item(s) to clipboard" ) )
 
  320        .Name( 
"common.Interactive.copy" )
 
  322        .DefaultHotkey( 
MD_CTRL + 
'C' )
 
  323        .LegacyHotkeyName( 
"Copy" )
 
  324        .FriendlyName( 
_( 
"Copy" ) )
 
  325        .Tooltip( 
_( 
"Copy selected item(s) to clipboard" ) )
 
  328        .UIId( wxID_COPY ) );
 
  331        .Name( 
"common.Interactive.copyAsText" )
 
  334        .FriendlyName( 
_( 
"Copy as Text" ) )
 
  335        .Tooltip( 
_( 
"Copy selected item(s) to clipboard as text" ) )
 
  340        .Name( 
"common.Interactive.paste" )
 
  342        .DefaultHotkey( 
MD_CTRL + 
'V' )
 
  343        .LegacyHotkeyName( 
"Paste" )
 
  344        .FriendlyName( 
_( 
"Paste" ) )
 
  345        .Tooltip( 
_( 
"Paste item(s) from clipboard" ) )
 
  348        .UIId( wxID_PASTE ) );
 
  351        .Name( 
"common.Interactive.selectSetRect" )
 
  353        .FriendlyName( 
_( 
"Rectangle" ) )
 
  354        .Tooltip( 
_( 
"Set selection mode to use rectangle" ) )
 
  358        .Name( 
"common.Interactive.selectSetLasso" )
 
  360        .FriendlyName( 
_( 
"Lasso" ) )
 
  361        .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.Control.activatePointEditor" )
 
  577        .Name( 
"pcbnew.PointEditor.arcKeepCenter" )
 
  579        .FriendlyName( 
_( 
"Keep Arc Center, Adjust Radius" ) )
 
  580        .Tooltip( 
_( 
"Switch arc editing mode to keep center, adjust radius and endpoints" ) )
 
  584        .Name( 
"pcbnew.PointEditor.arcKeepEndpoint" )
 
  586        .FriendlyName( 
_( 
"Keep Arc Endpoints or Direction of Starting Point" ) )
 
  587        .Tooltip( 
_( 
"Switch arc editing mode to keep endpoints, or to keep direction of the other point" ) )
 
  591        .Name( 
"pcbnew.PointEditor.arcKeepRadius" )
 
  593        .FriendlyName( 
_( 
"Keep Arc Radius and Center, adjust angle" ) )
 
  594        .Tooltip( 
_( 
"Switch arc editing mode to maintaining radius when endpoint are moved" ) )
 
  598        .Name( 
"common.Interactive.cycleArcEditMode" )
 
  600        .DefaultHotkey( 
MD_CTRL + 
' ' )
 
  601        .FriendlyName( 
_( 
"Cycle Arc Editing Mode" ) )
 
  602        .Tooltip( 
_( 
"Switch to a different method of editing arcs" ) ) );
 
  605        .Name( 
"common.Interactive.search" )
 
  607        .DefaultHotkey( 
MD_CTRL + 
'G' )
 
  608        .LegacyHotkeyName( 
"Search" )
 
  609        .FriendlyName( 
_( 
"Search" ) )
 
  610        .Tooltip( 
_( 
"Show/hide the search panel" ) )
 
  614        .Name( 
"common.Interactive.find" )
 
  616        .DefaultHotkey( 
MD_CTRL + 
'F' )
 
  617        .LegacyHotkeyName( 
"Find" )
 
  618        .FriendlyName( 
_( 
"Find" ) )
 
  622        .Name( 
"common.Interactive.findAndReplace" )
 
  625        .LegacyHotkeyName( 
"Find and Replace" )
 
  626        .FriendlyName( 
_( 
"Find and Replace" ) )
 
  630        .Name( 
"common.Interactive.findNext" )
 
  632        .DefaultHotkey( WXK_F3 )
 
  633        .LegacyHotkeyName( 
"Find Next" )
 
  634        .FriendlyName( 
_( 
"Find Next" ) )
 
  638        .Name( 
"common.Interactive.findPrevious" )
 
  640        .DefaultHotkey( 
MD_SHIFT + 
static_cast<int>( WXK_F3 ) )
 
  641        .LegacyHotkeyName( 
"Find Previous" )
 
  642        .FriendlyName( 
_( 
"Find Previous" ) )
 
  646        .Name( 
"common.Interactive.findNextMarker" )
 
  649        .LegacyHotkeyName( 
"Find Next Marker" )
 
  650        .FriendlyName( 
_( 
"Find Next Marker" ) )
 
  654        .Name( 
"common.Interactive.replaceAndFindNext" )
 
  656        .FriendlyName( 
_( 
"Replace and Find Next" ) )
 
  660        .Name( 
"common.Interactive.replaceAll" )
 
  662        .FriendlyName( 
_( 
"Replace All" ) )
 
  666        .Name( 
"common.Control.updateFind" )
 
  673        .Name( 
"common.Checker.prevMarker" )
 
  675        .FriendlyName( 
_( 
"Previous Marker" ) )
 
  679        .Name( 
"common.Checker.nextMarker" )
 
  681        .FriendlyName( 
_( 
"Next Marker" ) )
 
  685        .Name( 
"common.Checker.excludeMarker" )
 
  687        .FriendlyName( 
_( 
"Exclude Marker" ) )
 
  688        .Tooltip( 
_( 
"Mark current violation in Checker window as an exclusion" ) )
 
  693        .Name( 
"common.Control.zoomRedraw" )
 
  695#
if defined( __WXMAC__ )
 
  696        .DefaultHotkey( 
MD_CTRL + 
'R' )
 
  698        .DefaultHotkey( WXK_F5 )
 
  700        .LegacyHotkeyName( 
"Zoom Redraw" )
 
  701        .FriendlyName( 
_( 
"Refresh" ) )
 
  705        .Name( 
"common.Control.zoomFitScreen" )
 
  707#
if defined( __WXMAC__ )
 
  708        .DefaultHotkey( 
MD_CTRL + 
'0' )
 
  710        .DefaultHotkey( WXK_HOME )
 
  712        .LegacyHotkeyName( 
"Zoom Auto" )
 
  713        .FriendlyName( 
_( 
"Zoom to Fit" ) )
 
  714        .Tooltip( 
_( 
"Zoom to worksheet area if exists or edited object" ) )
 
  718        .Name( 
"common.Control.zoomFitObjects" )
 
  720        .DefaultHotkey( 
MD_CTRL + 
static_cast<int>( WXK_HOME ) )
 
  721        .FriendlyName( 
_( 
"Zoom to All Objects" ) )
 
  722        .Tooltip( 
_( 
"Zoom to all objects on screen" ) )
 
  726        .Name( 
"common.Control.zoomFitSelection" )
 
  728        .Tooltip( 
_( 
"Zoom to items currently selected" ) )
 
  729        .FriendlyName( 
_( 
"Zoom to Selected Objects" ) )
 
  733        .Name( 
"common.Control.zoomIn" )
 
  735#
if defined( __WXMAC__ )
 
  736        .DefaultHotkey( 
MD_CTRL + 
'+' )
 
  738        .DefaultHotkey( WXK_F1 )
 
  740        .LegacyHotkeyName( 
"Zoom In" )
 
  741        .FriendlyName( 
_( 
"Zoom In at Cursor" ) )
 
  745        .Name( 
"common.Control.zoomOut" )
 
  747#
if defined( __WXMAC__ )
 
  748        .DefaultHotkey( 
MD_CTRL + 
'-' )
 
  750        .DefaultHotkey( WXK_F2 )
 
  752        .LegacyHotkeyName( 
"Zoom Out" )
 
  753        .FriendlyName( 
_( 
"Zoom Out at Cursor" ) )
 
  757        .Name( 
"common.Control.zoomInCenter" )
 
  759        .FriendlyName( 
_( 
"Zoom In" ) )
 
  763        .Name( 
"common.Control.zoomOutCenter" )
 
  765        .FriendlyName( 
_( 
"Zoom Out" ) )
 
  769        .Name( 
"common.Control.zoomInHorizontally" )
 
  771        .FriendlyName( 
_( 
"Zoom In Horizontally" ) )
 
  772        .Tooltip( 
_( 
"Zoom in horizontally the plot area" ) )
 
  776        .Name( 
"common.Control.zoomOutHorizontally" )
 
  778        .FriendlyName( 
_( 
"Zoom Out Horizontally" ) )
 
  779        .Tooltip( 
_( 
"Zoom out horizontally the plot area" ) )
 
  783        .Name( 
"common.Control.zoomInVertically" )
 
  785        .FriendlyName( 
_( 
"Zoom In Vertically" ) )
 
  786        .Tooltip( 
_( 
"Zoom in vertically the plot area" ) )
 
  790        .Name( 
"common.Control.zoomOutVertically" )
 
  792        .FriendlyName( 
_( 
"Zoom Out Vertically" ) )
 
  793        .Tooltip( 
_( 
"Zoom out vertically the plot area" ) )
 
  797        .Name( 
"common.Control.zoomCenter" )
 
  799        .DefaultHotkey( WXK_F4 )
 
  800        .LegacyHotkeyName( 
"Zoom Center" )
 
  801        .FriendlyName( 
_( 
"Center on Cursor" ) )
 
  805        .Name( 
"common.Control.zoomTool" )
 
  807        .DefaultHotkey( 
MD_CTRL + 
static_cast<int>( WXK_F5 ) )
 
  808        .LegacyHotkeyName( 
"Zoom to Selection" )
 
  809        .FriendlyName( 
_( 
"Zoom to Selection Area" ) )
 
  810        .Tooltip( 
_( 
"Zoom to an area selection created by a mouse drag" ) )
 
  816        .Name( 
"common.Control.undoZoom" )
 
  818        .FriendlyName( 
_( 
"Undo Last Zoom" ) )
 
  819        .Tooltip( 
_( 
"Return zoom to level prior to last zoom action" ) )
 
  823        .Name( 
"common.Control.redoZoom" )
 
  825        .FriendlyName( 
_( 
"Redo Last Zoom" ) )
 
  826        .Tooltip( 
_( 
"Return zoom to level prior to last zoom undo" ) )
 
  830        .Name( 
"common.Control.zoomPreset" )
 
  832        .Parameter<int>( 0 ) );      
 
  835        .Name( 
"common.Control.centerContents" )
 
  839        .Name( 
"common.Control.centerSelection" )
 
  841        .FriendlyName( 
_( 
"Pan to Center Selected Objects" ) ) );
 
  845        .Name( 
"common.Control.cursorUp" )
 
  847        .DefaultHotkey( WXK_UP )
 
  848        .FriendlyName( 
_( 
"Cursor Up" ) )
 
  851        .Parameter( CURSOR_UP ) );
 
  854        .Name( 
"common.Control.cursorDown" )
 
  856        .DefaultHotkey( WXK_DOWN )
 
  857        .FriendlyName( 
_( 
"Cursor Down" ) )
 
  860        .Parameter( CURSOR_DOWN ) );
 
  863        .Name( 
"common.Control.cursorLeft" )
 
  865        .DefaultHotkey( WXK_LEFT )
 
  866        .FriendlyName( 
_( 
"Cursor Left" ) )
 
  869        .Parameter( CURSOR_LEFT ) );
 
  872        .Name( 
"common.Control.cursorRight" )
 
  874        .DefaultHotkey( WXK_RIGHT )
 
  875        .FriendlyName( 
_( 
"Cursor Right" ) )
 
  878        .Parameter( CURSOR_RIGHT ) );
 
  882        .Name( 
"common.Control.cursorUpFast" )
 
  884        .DefaultHotkey( 
MD_CTRL + 
static_cast<int>( WXK_UP ) )
 
  885        .FriendlyName( 
_( 
"Cursor Up Fast" ) )
 
  888        .Parameter( CURSOR_UP_FAST ) );
 
  891        .Name( 
"common.Control.cursorDownFast" )
 
  893        .DefaultHotkey( 
MD_CTRL + 
static_cast<int>( WXK_DOWN ) )
 
  894        .FriendlyName( 
_( 
"Cursor Down Fast" ) )
 
  897        .Parameter( CURSOR_DOWN_FAST ) );
 
  900        .Name( 
"common.Control.cursorLeftFast" )
 
  902        .DefaultHotkey( 
MD_CTRL + 
static_cast<int>( WXK_LEFT ) )
 
  903        .FriendlyName( 
_( 
"Cursor Left Fast" ) )
 
  906        .Parameter( CURSOR_LEFT_FAST ) );
 
  909        .Name( 
"common.Control.cursorRightFast" )
 
  911        .DefaultHotkey( 
MD_CTRL + 
static_cast<int>( WXK_RIGHT ) )
 
  912        .FriendlyName( 
_( 
"Cursor Right Fast" ) )
 
  915        .Parameter( CURSOR_RIGHT_FAST ) );
 
  918        .Name( 
"common.Control.cursorClick" )
 
  920        .DefaultHotkey( WXK_RETURN )
 
  921        .LegacyHotkeyName( 
"Mouse Left Click" )
 
  922        .FriendlyName( 
_( 
"Click" ) )
 
  923        .Tooltip( 
_( 
"Performs left mouse button click" ) )
 
  926        .Parameter( CURSOR_CLICK ) );
 
  929        .Name( 
"common.Control.cursorDblClick" )
 
  931        .DefaultHotkey( WXK_END )
 
  932        .LegacyHotkeyName( 
"Mouse Left Double Click" )
 
  933        .FriendlyName( 
_( 
"Double-click" ) )
 
  934        .Tooltip( 
_( 
"Performs left mouse button double-click" ) )
 
  937        .Parameter( CURSOR_DBL_CLICK ) );
 
  940        .Name( 
"common.Control.refreshPreview" )
 
  945        .Name( 
"common.Control.pinLibrary" )
 
  947        .FriendlyName( 
_( 
"Pin Library" ) )
 
  948        .Tooltip( 
_( 
"Keep the library at the top of the list" ) ) );
 
  951        .Name( 
"common.Control.unpinLibrary" )
 
  953        .FriendlyName( 
_( 
"Unpin Library" ) )
 
  954        .Tooltip( 
_( 
"No longer keep the library at the top of the list" ) ) );
 
  957        .Name( 
"common.Control.showLibraryFieldsTable" )
 
  959        .FriendlyName( 
_( 
"Library Fields Table" ) )
 
  963        .Name( 
"common.Control.showRelatedLibraryFieldsTable" )
 
  965        .FriendlyName( 
_( 
"Library Fields Table of Related Symbols" ) )
 
  966        .Tooltip( 
_( 
"Edit a table of fields of all symbols related to the selected symbol" ) )
 
  970        .Name( 
"common.Control.showLibraryTree" )
 
  972        .FriendlyName( 
_( 
"Library Tree" ) )
 
  977        .Name( 
"common.Control.hideLibraryTree" )
 
  979        .FriendlyName( 
_( 
"Hide Library Tree" ) )
 
  983        .Name( 
"common.Control.libraryTreeSearch" )
 
  985        .FriendlyName( 
_( 
"Focus Library Tree Search Field" ) )
 
  986        .DefaultHotkey( 
MD_CTRL + 
'L' )
 
  990        .Name( 
"common.Control.panUp" )
 
  992        .DefaultHotkey( 
MD_SHIFT + 
static_cast<int>( WXK_UP ) )
 
  993        .FriendlyName( 
_( 
"Pan Up" ) )
 
  995        .Parameter( CURSOR_UP ) );
 
  998        .Name( 
"common.Control.panDown" )
 
 1000        .DefaultHotkey( 
MD_SHIFT + 
static_cast<int>( WXK_DOWN ) )
 
 1001        .FriendlyName( 
_( 
"Pan Down" ) )
 
 1003        .Parameter( CURSOR_DOWN ) );
 
 1006        .Name( 
"common.Control.panLeft" )
 
 1008        .DefaultHotkey( 
MD_SHIFT + 
static_cast<int>( WXK_LEFT ) )
 
 1009        .FriendlyName( 
_( 
"Pan Left" ) )
 
 1011        .Parameter( CURSOR_LEFT ) );
 
 1014        .Name( 
"common.Control.panRight" )
 
 1016        .DefaultHotkey( 
MD_SHIFT + 
static_cast<int>( WXK_RIGHT ) )
 
 1017        .FriendlyName( 
_( 
"Pan Right" ) )
 
 1019        .Parameter( CURSOR_RIGHT ) );
 
 1023        .Name( 
"common.Control.gridFast1" )
 
 1025        .DefaultHotkey( 
MD_ALT + 
'1' )
 
 1026        .LegacyHotkeyName( 
"Switch Grid To Fast Grid1" )
 
 1027        .FriendlyName( 
_( 
"Switch to Fast Grid 1" ) ) );
 
 1030        .Name( 
"common.Control.gridFast2" )
 
 1032        .DefaultHotkey( 
MD_ALT + 
'2' )
 
 1033        .LegacyHotkeyName( 
"Switch Grid To Fast Grid2" )
 
 1034        .FriendlyName( 
_( 
"Switch to Fast Grid 2" ) ) );
 
 1037        .Name( 
"common.Control.gridFastCycle" )
 
 1039        .DefaultHotkey( 
MD_ALT + 
'4' )
 
 1040        .LegacyHotkeyName( 
"Switch Grid To Next Fast Grid" )
 
 1041        .FriendlyName( 
_( 
"Cycle Fast Grid"  ) ) );
 
 1044        .Name( 
"common.Control.gridNext" )
 
 1046        .DefaultHotkey( 
'N' )
 
 1047        .LegacyHotkeyName( 
"Switch Grid To Next" )
 
 1048        .FriendlyName( 
_(
"Switch to Next Grid" ) ) );
 
 1051        .Name( 
"common.Control.gridPrev" )
 
 1054        .LegacyHotkeyName( 
"Switch Grid To Previous" )
 
 1055        .FriendlyName( 
_( 
"Switch to Previous Grid" ) ) );
 
 1058        .Name( 
"common.Control.gridSetOrigin" )
 
 1060        .LegacyHotkeyName( 
"Set Grid Origin" )
 
 1061        .FriendlyName( 
_( 
"Grid Origin" ) )
 
 1062        .Tooltip( 
_( 
"Place the grid origin point" ) )
 
 1065        .Parameter<VECTOR2D*>( 
nullptr ) );
 
 1068        .Name( 
"common.Control.gridResetOrigin" )
 
 1070        .LegacyHotkeyName( 
"Reset Grid Origin" )
 
 1071        .FriendlyName( 
_( 
"Reset Grid Origin" ) ) );
 
 1074        .Name( 
"common.Control.gridPreset" )
 
 1076        .Parameter<int>( 0 ) );          
 
 1079        .Name( 
"common.Control.toggleGrid" )
 
 1081        .FriendlyName( 
_( 
"Show Grid" ) )
 
 1082        .Tooltip( 
_( 
"Display background grid in the edit window" ) )
 
 1087        .Name( 
"common.Control.toggleGridOverrides" )
 
 1090        .FriendlyName( 
_( 
"Grid Overrides" ) )
 
 1091        .Tooltip( 
_( 
"Enables item-specific grids that override the current grid" ) )
 
 1096        .Name( 
"common.Control.editGrids" )
 
 1098        .FriendlyName( 
_( 
"Edit Grids..." ) )
 
 1099        .Tooltip( 
_( 
"Edit grid definitions" ) )
 
 1103        .Name( 
"common.Control.editGridOrigin" )
 
 1105        .FriendlyName( 
_( 
"Grid Origin..." ) )
 
 1106        .Tooltip( 
_( 
"Set the grid origin point" ) )
 
 1110        .Name( 
"common.Control.imperialUnits" )
 
 1112        .FriendlyName( 
_( 
"Inches" ) )
 
 1119        .Name( 
"common.Control.mils" )
 
 1121        .FriendlyName( 
_( 
"Mils" ) )
 
 1128        .Name( 
"common.Control.metricUnits" )
 
 1130        .FriendlyName( 
_( 
"Millimeters" ) )
 
 1137        .Name( 
"common.Control.updateUnits" )
 
 1142        .Name( 
"common.Control.updatePreferences" )
 
 1147        .Name( 
"common.Control.selectColumns" )
 
 1150        .FriendlyName( 
_( 
"Select Columns..." ) ) );
 
 1153        .Name( 
"common.Control.toggleUnits" )
 
 1155        .DefaultHotkey( 
MD_CTRL + 
'U' )
 
 1156        .LegacyHotkeyName( 
"Switch Units" )
 
 1157        .FriendlyName( 
_( 
"Switch units" ) )
 
 1158        .Tooltip( 
_( 
"Switch between imperial and metric units" ) )
 
 1162        .Name( 
"common.Control.togglePolarCoords" )
 
 1164        .FriendlyName( 
_( 
"Polar Coordinates" ) )
 
 1165        .Tooltip( 
_( 
"Switch between polar and cartesian coordinate systems" ) )
 
 1170        .Name( 
"common.Control.resetLocalCoords" )
 
 1172        .DefaultHotkey( 
' ' )
 
 1173        .LegacyHotkeyName( 
"Reset Local Coordinates" )
 
 1174        .FriendlyName( 
_( 
"Reset Local Coordinates" ) ) );
 
 1177        .Name( 
"common.Control.toggleCursor" )
 
 1180        .LegacyHotkeyName( 
"Toggle Cursor Display (Modern Toolset only)" )
 
 1181        .FriendlyName( 
_( 
"Always Show Crosshairs" ) )
 
 1182        .Tooltip( 
_( 
"Display crosshairs even when not drawing objects" ) )
 
 1186        .Name( 
"common.Control.cursorSmallCrosshairs" )
 
 1188        .FriendlyName( 
_( 
"Small crosshairs" ) )
 
 1189        .Tooltip( 
_( 
"Use small crosshairs aligned at 0 and 90 degrees" ) )
 
 1194        .Name( 
"common.Control.cursorFullCrosshairs" )
 
 1196        .FriendlyName( 
_( 
"Full-Window Crosshairs" ) )
 
 1197        .Tooltip( 
_( 
"Display full-window crosshairs aligned at 0 and 90 degrees" ) )
 
 1202        .Name( 
"common.Control.cursor45Crosshairs" )
 
 1204        .FriendlyName( 
_( 
"45 Degree Crosshairs" ) )
 
 1205        .Tooltip( 
_( 
"Display full-window crosshairs aligned at 45 and 135 degrees" ) )
 
 1210        .Name( 
"common.Control.highContrastMode" )
 
 1212        .LegacyHotkeyName( 
"Toggle High Contrast Mode" )
 
 1213        .FriendlyName( 
_( 
"Inactive Layer View Mode" ) )
 
 1214        .Tooltip( 
_( 
"Toggle inactive layers between normal and dimmed" ) )
 
 1219        .Name( 
"common.Control.highContrastModeCycle" )
 
 1221        .DefaultHotkey( 
'H' )
 
 1222        .FriendlyName( 
_( 
"Inactive Layer View Mode (3-state)" ) )
 
 1223        .Tooltip( 
_( 
"Cycle inactive layers between normal, dimmed, and hidden" ) )
 
 1227        .Name( 
"common.Control.toggleBoundingBoxes" )
 
 1229        .FriendlyName( 
_( 
"Draw Bounding Boxes" ) )
 
 1234        .Name( 
"common.InteractiveSelection.selectionTool" )
 
 1236        .FriendlyName( 
_( 
"Select item(s)" ) )
 
 1242        .Name( 
"common.Interactive.measureTool" )
 
 1246        .LegacyHotkeyName( 
"Measure Distance (Modern Toolset only)" )
 
 1247        .FriendlyName( 
_( 
"Measure Tool" ) )
 
 1248        .Tooltip( 
_( 
"Interactively measure distance between points" ) )
 
 1254        .Name( 
"common.InteractivePicker.pickerTool" )
 
 1260        .Name( 
"common.InteractivePicker.pickerSubTool" )
 
 1265        .Name( 
"common.Control.showProjectManager" )
 
 1267        .FriendlyName( 
_( 
"Switch to Project Manager" ) )
 
 1268        .Tooltip( 
_( 
"Show project window" ) )
 
 1272        .Name( 
"common.Control.show3DViewer" )
 
 1274        .DefaultHotkey( 
MD_ALT + 
'3' )
 
 1275        .LegacyHotkeyName( 
"3D Viewer" )
 
 1276        .FriendlyName( 
_( 
"3D Viewer" ) )
 
 1277        .Tooltip( 
_( 
"Show 3D viewer window" ) )
 
 1281        .Name( 
"common.Control.showSymbolBrowser" )
 
 1283        .FriendlyName( 
_( 
"Symbol Library Browser" ) )
 
 1289        .Name( 
"common.Control.showSymbolEditor" )
 
 1291        .FriendlyName( 
_( 
"Symbol Editor" ) )
 
 1292        .Tooltip( 
_( 
"Create, delete and edit schematic symbols" ) )
 
 1298        .Name( 
"common.Control.showFootprintBrowser" )
 
 1300        .FriendlyName( 
_( 
"Footprint Library Browser" ) )
 
 1306        .Name( 
"common.Control.showFootprintEditor" )
 
 1308        .FriendlyName( 
_( 
"Footprint Editor" ) )
 
 1309        .Tooltip( 
_( 
"Create, delete and edit board footprints" ) )
 
 1315        .Name( 
"common.Control.showCalculatorTools" )
 
 1317        .FriendlyName( 
_( 
"Calculator Tools" ) )
 
 1318        .Tooltip( 
_( 
"Run component calculations, track width calculations, etc." ) )
 
 1324        .Name( 
"common.Control.showProperties" )
 
 1326        .FriendlyName( 
_( 
"Properties" ) )
 
 1327        .Tooltip( 
_( 
"Show/hide the properties manager" ) )
 
 1332        .Name( 
"common.Control.showDatasheet" )
 
 1334        .DefaultHotkey( 
'D' )
 
 1335        .LegacyHotkeyName( 
"Show Datasheet" )
 
 1336        .FriendlyName( 
_( 
"Show Datasheet" ) )
 
 1337        .Tooltip( 
_( 
"Open the datasheet in a browser" ) )
 
 1341        .Name( 
"common.Control.updatePcbFromSchematic" )
 
 1343        .DefaultHotkey( WXK_F8 )
 
 1344        .LegacyHotkeyName( 
"Update PCB from Schematic" )
 
 1345        .FriendlyName( 
_( 
"Update PCB from Schematic..." ) )
 
 1346        .Tooltip( 
_( 
"Update PCB with changes made to schematic" ) )
 
 1350        .Name( 
"common.Control.updateSchematicFromPCB" )
 
 1352        .FriendlyName( 
_( 
"Update Schematic from PCB..." ) )
 
 1353        .Tooltip( 
_( 
"Update schematic with changes made to PCB" ) )
 
 1357        .Name( 
"common.SuiteControl.openPreferences" )
 
 1359        .DefaultHotkey( 
MD_CTRL + 
',' )
 
 1360        .FriendlyName( 
_( 
"Preferences..." ) )
 
 1361        .Tooltip( 
_( 
"Show preferences for all open tools" ) )
 
 1363        .UIId( wxID_PREFERENCES ) );
 
 1366        .Name( 
"common.SuiteControl.configurePaths" )
 
 1368        .FriendlyName( 
_( 
"Configure Paths..." ) )
 
 1369        .Tooltip( 
_( 
"Edit path configuration environment variables" ) )
 
 1373        .Name( 
"common.SuiteControl.showSymbolLibTable" )
 
 1375        .FriendlyName( 
_( 
"Manage Symbol Libraries..." ) )
 
 1376        .Tooltip( 
_( 
"Edit the global and project symbol library lists" ) )
 
 1380        .Name( 
"common.SuiteControl.showFootprintLibTable" )
 
 1382        .FriendlyName( 
_( 
"Manage Footprint Libraries..." ) )
 
 1383        .Tooltip( 
_( 
"Edit the global and project footprint library lists" ) )
 
 1387        .Name( 
"common.SuiteControl.showDesignBLockLibTable" )
 
 1389        .FriendlyName( 
_( 
"Manage Design Block Libraries..." ) )
 
 1390        .Tooltip( 
_( 
"Edit the global and project design block library lists" ) )
 
 1394        .Name( 
"common.SuiteControl.gettingStarted" )
 
 1396        .FriendlyName( 
_( 
"Getting Started with KiCad" ) )
 
 1397        .Tooltip( 
_( 
"Open \"Getting Started in KiCad\" guide for beginners" ) )
 
 1401        .Name( 
"common.SuiteControl.help" )
 
 1403        .FriendlyName( 
_( 
"Help" ) )
 
 1404        .Tooltip( 
_( 
"Open product documentation in a web browser" ) )
 
 1408        .Name( 
"common.SuiteControl.about" )
 
 1410        .FriendlyName( 
_( 
"About KiCad" ) )
 
 1415        .Name( 
"common.SuiteControl.listHotKeys" )
 
 1417        .DefaultHotkey( 
MD_CTRL + 
static_cast<int>( WXK_F1 ) )
 
 1418        .LegacyHotkeyName( 
"List Hotkeys" )
 
 1419        .FriendlyName( 
_( 
"List Hotkeys..." ) )
 
 1420        .Tooltip( 
_( 
"Displays current hotkeys table and corresponding commands" ) )
 
 1424        .Name( 
"common.SuiteControl.getInvolved" )
 
 1426        .FriendlyName( 
_( 
"Get Involved" ) )
 
 1427        .Tooltip( 
_( 
"Open \"Contribute to KiCad\" in a web browser" ) )
 
 1431        .Name( 
"common.SuiteControl.donate" )
 
 1433        .FriendlyName( 
_( 
"Donate" ) )
 
 1434        .Tooltip( 
_( 
"Open \"Donate to KiCad\" in a web browser" ) ) );
 
 1437        .Name( 
"common.SuiteControl.reportBug" )
 
 1439        .FriendlyName( 
_( 
"Report Bug" ) )
 
 1440        .Tooltip( 
_( 
"Report a problem with KiCad" ) )
 
 1444        .Name( 
"common.Control.ddaddLibrary" )
 
 1450        .Name( 
"common.API.pluginsReload" )
 
 1452        .FriendlyName( 
_( 
"Refresh Plugins" ) )
 
 1453        .Tooltip( 
_( 
"Reload all python plugins and refresh plugin menus" ) )
 
 1459        .Name( 
"common.Embed.embededFile" )
 
 1461        .FriendlyName( 
_( 
"Embedded Files" ) )
 
 1462        .Tooltip( 
_( 
"Manage embedded files" ) ) );
 
 1465        .Name( 
"common.Embed.removeFile" )
 
 1467        .FriendlyName( 
_( 
"Remove File" ) )
 
 1468        .Tooltip( 
_( 
"Remove an embedded file" ) ) );
 
 1471        .Name( 
"common.Embed.extractFile" )
 
 1473        .FriendlyName( 
_( 
"Extract File" ) )
 
 1474        .Tooltip( 
_( 
"Extract an embedded file" ) ) );
 
 1479                                             "common.Interactive.pointSelected" );
 
 1485                                                   "common.Interactive.connectivityChanged" );
 
 1488                                                "common.Interactive.modified" );
 
 1491                                                  "common.Interactive.inhibit" );
 
 1493                                                    "common.Interactive.uninhibit" );
 
 1496                                            "common.Interactive.disambiguate" );
 
 1499                                                "common.Interactive.gridChangedByKey" );
 
 1503                                               "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 showLibraryFieldsTable
 
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 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 ungroup
 
static TOOL_ACTION openPreferences
 
static TOOL_ACTION showRelatedLibraryFieldsTable
 
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 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