mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22: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">
|
<property name="text">
|
||||||
<string>&Switch Profile...</string>
|
<string>&Switch Profile...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+Shift+P</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionExport">
|
<action name="actionExport">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Export...</string>
|
<string>&Export...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+E</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionImport">
|
<action name="actionImport">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Import...</string>
|
<string>&Import...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+I</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
Loading…
Reference in a new issue