mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
add select all shortcut
This commit is contained in:
parent
1c487a7587
commit
1c9fe166af
1 changed files with 3 additions and 0 deletions
|
@ -286,6 +286,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Select &All</string>
|
<string>Select &All</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+A</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionUndo">
|
<action name="actionUndo">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
|
|
Loading…
Reference in a new issue