diff --git a/eeschema/tools/ee_actions.cpp b/eeschema/tools/ee_actions.cpp index d10f5ae07d..05c9b08629 100644 --- a/eeschema/tools/ee_actions.cpp +++ b/eeschema/tools/ee_actions.cpp @@ -381,7 +381,7 @@ TOOL_ACTION EE_ACTIONS::finishSheet( "eeschema.InteractiveDrawing.finishSheet", TOOL_ACTION EE_ACTIONS::repeatDrawItem( "eeschema.InteractiveEdit.repeatDrawItem", AS_GLOBAL, #ifdef __WXMAC__ - 'I', LEGACY_HK_NAME( "Repeat Last Item" ), + WXK_F1, LEGACY_HK_NAME( "Repeat Last Item" ), #else WXK_INSERT, LEGACY_HK_NAME( "Repeat Last Item" ), #endif diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index 791ec57223..82156504f7 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -1193,7 +1193,7 @@ TOOL_ACTION PCB_ACTIONS::distributeVertically( "pcbnew.AlignAndDistribute.distri TOOL_ACTION PCB_ACTIONS::pointEditorAddCorner( "pcbnew.PointEditor.addCorner", AS_GLOBAL, #ifdef __WXMAC__ - 'I', "", + WXK_F1, "", #else WXK_INSERT, "", #endif