mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
add some shortcuts
This commit is contained in:
parent
42a0e17097
commit
57647f71b7
1 changed files with 9 additions and 0 deletions
|
@ -223,16 +223,25 @@
|
|||
<property name="text">
|
||||
<string>&Switch Profile...</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+P</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExport">
|
||||
<property name="text">
|
||||
<string>&Export...</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+E</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionImport">
|
||||
<property name="text">
|
||||
<string>&Import...</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+I</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
|
|
Loading…
Reference in a new issue