Skip to content

Commit

Permalink
Merge branch 'add-shortcuts'
Browse files Browse the repository at this point in the history
  • Loading branch information
bullestock committed Aug 26, 2023
2 parents 958c249 + 79c6b23 commit 8fe77bc
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions src/frmmain.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3895,7 +3895,7 @@ padding-right: 8;</string>
</widget>
<widget class="QMenu" name="mnuService">
<property name="title">
<string>Edit</string>
<string>&amp;Edit</string>
</property>
<addaction name="actServiceSettings"/>
</widget>
Expand All @@ -3907,7 +3907,7 @@ padding-right: 8;</string>
</widget>
<widget class="QMenu" name="menuMachine">
<property name="title">
<string>Machine</string>
<string>&amp;Machine</string>
</property>
<addaction name="actionMachine_settings"/>
<addaction name="actionHard_Reset"/>
Expand All @@ -3923,6 +3923,9 @@ padding-right: 8;</string>
<property name="text">
<string>&amp;Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actFileExit">
<property name="text">
Expand All @@ -3938,11 +3941,17 @@ padding-right: 8;</string>
<property name="text">
<string>&amp;New</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="actFileSave">
<property name="text">
<string>&amp;Save</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actFileSaveAs">
<property name="text">
Expand All @@ -3966,30 +3975,30 @@ padding-right: 8;</string>
</action>
<action name="actionMachine_settings">
<property name="text">
<string>Machine settings</string>
<string>&amp;Machine settings</string>
</property>
</action>
<action name="actionHard_Reset">
<property name="text">
<string>Hard Reset</string>
<string>&amp;Hard Reset</string>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Perform Hard Reset of machine control&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</action>
<action name="actionSave_TLS_Position">
<property name="text">
<string>Set TLS Position</string>
<string>&amp;Save TLS Position</string>
</property>
</action>
<action name="actionSet_TLS_Position">
<property name="text">
<string>Set TLS Position</string>
<string>S&amp;et TLS Position</string>
</property>
</action>
<action name="actionDisable_Stepper">
<property name="text">
<string>Disable Stepper</string>
<string>&amp;Disable Stepper</string>
</property>
</action>
</widget>
Expand Down

0 comments on commit 8fe77bc

Please sign in to comment.