@@ -216,20 +216,20 @@ def General_Halt():
216216 (_ ("Right Button" ), _ ("Zoom view" )),
217217 (_ ("Wheel Button" ), _ ("Rotate view" )),
218218 (_ ("Rotate Wheel" ), _ ("Zoom view" )),
219- (_ ("Control +Left Button" ), _ ("Zoom view" )),
219+ (_ ("Ctrl +Left Button" ), _ ("Zoom view" )),
220220]
221221help2 = [
222222 ("F3" , _ ("Manual control" )),
223223 ("F5" , _ ("Code entry (MDI)" )),
224- (_ ("Control -M" ), _ ("Clear MDI history" )),
225- (_ ("Control -H" ), _ ("Copy selected MDI history elements" )),
224+ (_ ("Ctrl -M" ), _ ("Clear MDI history" )),
225+ (_ ("Ctrl -H" ), _ ("Copy selected MDI history elements" )),
226226 ("" , _ ("to clipboard" )),
227- (_ ("Control -Shift-H" ), _ ("Paste clipboard to MDI history" )),
227+ (_ ("Ctrl -Shift-H" ), _ ("Paste clipboard to MDI history" )),
228228 ("L" , _ ("Override Limits" )),
229229 ("" , "" ),
230230 ("O" , _ ("Open program" )),
231- (_ ("Control -R" ), _ ("Reload program" )),
232- (_ ("Control -S" ), _ ("Save G-code as" )),
231+ (_ ("Ctrl -R" ), _ ("Reload program" )),
232+ (_ ("Ctrl -S" ), _ ("Save G-code as" )),
233233 ("R" , _ ("Run program" )),
234234 ("T" , _ ("Step program" )),
235235 ("P" , _ ("Pause program" )),
@@ -245,7 +245,7 @@ def General_Halt():
245245 ("F10" , _ ("Turn spindle counterclockwise" )),
246246 ("F11" , _ ("Turn spindle more slowly" )),
247247 ("F12" , _ ("Turn spindle more quickly" )),
248- (_ ("Control -K" ), _ ("Clear live plot" )),
248+ (_ ("Ctrl -K" ), _ ("Clear live plot" )),
249249 ("V" , _ ("Cycle among preset views" )),
250250 ("F4" , _ ("Cycle among preview, DRO, and user tabs" )),
251251 ("@" , _ ("toggle Actual/Commanded" )),
0 commit comments