mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
ctrl+z shortcut for undo in browser
This commit is contained in:
parent
9db9ed4ad5
commit
f2d0df5fc1
1 changed files with 3 additions and 0 deletions
|
@ -286,6 +286,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Undo</string>
|
<string>&Undo</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+Z</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionInvertSelection">
|
<action name="actionInvertSelection">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
Loading…
Reference in a new issue