switch undo shortcut
on windows webengine seems to install a permanent ctrl+z handler that is active even when an editing area is not selected, so our shortcut is never triggered when the webengineview is focused.
This commit is contained in:
parent
ea5f2bb0ef
commit
294813f4fd
@ -146,7 +146,7 @@
|
||||
<string>&Undo</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Z</string>
|
||||
<string>Ctrl+Alt+Z</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCheckMediaDatabase">
|
||||
|
Loading…
Reference in New Issue
Block a user