mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change the default shortcuts for reload book as they conflict with browser reload shortcuts
This commit is contained in:
parent
c8cbe7a496
commit
08ccf8ad4b
@ -315,7 +315,7 @@ def common_shortcuts(): # {{{
|
|||||||
),
|
),
|
||||||
|
|
||||||
'reload_book': desc(
|
'reload_book': desc(
|
||||||
v"['F5', 'Ctrl+r']",
|
v"['Ctrl+Alt+F5', 'Ctrl+Alt+r']",
|
||||||
'ui',
|
'ui',
|
||||||
_('Reload book'),
|
_('Reload book'),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user