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 0c09f2bb63
commit cd4f5a41fc

View file

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