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:
Damien Elmes 2017-06-24 19:24:43 +10:00
parent ea5f2bb0ef
commit 294813f4fd

View File

@ -146,7 +146,7 @@
<string>&amp;Undo</string>
</property>
<property name="shortcut">
<string>Ctrl+Z</string>
<string>Ctrl+Alt+Z</string>
</property>
</action>
<action name="actionCheckMediaDatabase">