added: Mnemonics for Settings/Custom Commands

This commit is contained in:
Daniel Schemp 2022-04-22 00:18:39 +02:00
parent 75826aca13
commit 5a5797d914

View File

@ -29,7 +29,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="title"> <property name="title">
<string>Cus&amp;tom Commands</string> <string>&amp;Custom Commands</string>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
@ -41,7 +41,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="labelPostExitCmd"> <widget class="QLabel" name="labelPostExitCmd">
<property name="text"> <property name="text">
<string>Post-exit command:</string> <string>P&amp;ost-exit command:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -51,7 +51,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="labelPreLaunchCmd"> <widget class="QLabel" name="labelPreLaunchCmd">
<property name="text"> <property name="text">
<string>Pre-launch command:</string> <string>&amp;Pre-launch command:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -61,7 +61,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="labelWrapperCmd"> <widget class="QLabel" name="labelWrapperCmd">
<property name="text"> <property name="text">
<string>Wrapper command:</string> <string>&amp;Wrapper command:</string>
</property> </property>
</widget> </widget>
</item> </item>