mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
||||||
<string>&Undo</string>
|
<string>&Undo</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Z</string>
|
<string>Ctrl+Alt+Z</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionCheckMediaDatabase">
|
<action name="actionCheckMediaDatabase">
|
||||||
|
|
Loading…
Reference in a new issue