short cut for actions
This commit is contained in:
parent
cd1e20c2d7
commit
39e32e2fc5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue