mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Add hotkeys for "Invert Selection" and "Reschedule"
This commit is contained in:
parent
377bb78b88
commit
7607a3c73a
1 changed files with 6 additions and 0 deletions
|
@ -324,6 +324,9 @@
|
|||
<property name="text">
|
||||
<string>&Reschedule...</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Alt+R</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSelectAll">
|
||||
<property name="text">
|
||||
|
@ -345,6 +348,9 @@
|
|||
<property name="text">
|
||||
<string>&Invert Selection</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Alt+S</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionFind">
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in a new issue