mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -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>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Z</string>
|
||||
<string>Ctrl+Alt+Z</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCheckMediaDatabase">
|
||||
|
|
Loading…
Reference in a new issue