mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
add keyboard shortcut for 'manage note types'
This commit is contained in:
parent
2c05c874d7
commit
5dbe267c46
1 changed files with 4 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>412</width>
|
<width>412</width>
|
||||||
<height>22</height>
|
<height>27</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menuHelp">
|
<widget class="QMenu" name="menuHelp">
|
||||||
|
|
@ -237,6 +237,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Manage Note Types...</string>
|
<string>Manage Note Types...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+Shift+N</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue