restore shortcuts that got lost in Fluent conversion

They were missed as they were not marked 'notr'.

https://forums.ankiweb.net/t/home-and-end-keys-no-longer-work-in-browse-window/6524
This commit is contained in:
Damien Elmes 2021-01-16 10:00:10 +10:00
parent 3ebc95d27c
commit f1a4c57dc1

View file

@ -437,7 +437,7 @@
<string>BROWSING_FIRST_CARD</string>
</property>
<property name="shortcut">
<string/>
<string notr="true">Home</string>
</property>
</action>
<action name="actionLastCard">
@ -445,7 +445,7 @@
<string>BROWSING_LAST_CARD</string>
</property>
<property name="shortcut">
<string/>
<string notr="true">End</string>
</property>
</action>
<action name="actionClose">
@ -587,7 +587,7 @@
<string>QT_ACCEL_EXPORT_NOTES</string>
</property>
<property name="shortcut">
<string/>
<string notr="true">Ctrl+Shift+E</string>
</property>
</action>
</widget>