Change the default shortcuts for reload book as they conflict with browser reload shortcuts

This commit is contained in:
Kovid Goyal 2023-02-03 07:29:48 +05:30
parent c8cbe7a496
commit 08ccf8ad4b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -315,7 +315,7 @@ def common_shortcuts(): # {{{
),
'reload_book': desc(
v"['F5', 'Ctrl+r']",
v"['Ctrl+Alt+F5', 'Ctrl+Alt+r']",
'ui',
_('Reload book'),
),