mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
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:
parent
3ebc95d27c
commit
f1a4c57dc1
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue