mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
update undo shortcut in browser to avoid conflict
https://anki.tenderapp.com/discussions/ankidesktop/29818-undoing-in-addeditbrowser
This commit is contained in:
parent
a28973c2aa
commit
c9870ed92c
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,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="actionInvertSelection">
|
<action name="actionInvertSelection">
|
||||||
|
|
Loading…
Reference in a new issue