mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04: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>
|
||||
<y>0</y>
|
||||
<width>412</width>
|
||||
<height>22</height>
|
||||
<height>27</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuHelp">
|
||||
|
@ -237,6 +237,9 @@
|
|||
<property name="text">
|
||||
<string>Manage Note Types...</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+N</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
|
|
Loading…
Reference in a new issue