short cut for actions

This commit is contained in:
Roy Qu 2021-11-23 10:34:38 +08:00
parent cd1e20c2d7
commit 39e32e2fc5
1 changed files with 6 additions and 0 deletions

View File

@ -2637,11 +2637,17 @@
<property name="text">
<string>Delete to EOL</string>
</property>
<property name="shortcut">
<string>Ctrl+Del</string>
</property>
</action>
<action name="actionDelete_to_BOL">
<property name="text">
<string>Delete to BOL</string>
</property>
<property name="shortcut">
<string>Ctrl+Backspace</string>
</property>
</action>
</widget>
<customwidgets>