From 08ccf8ad4b50546b6b73d41d3619e11eb4372df9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 3 Feb 2023 07:29:48 +0530 Subject: [PATCH] Change the default shortcuts for reload book as they conflict with browser reload shortcuts --- src/pyj/read_book/shortcuts.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/shortcuts.pyj b/src/pyj/read_book/shortcuts.pyj index 3d9e00e415..1ed91960d4 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -315,7 +315,7 @@ def common_shortcuts(): # {{{ ), 'reload_book': desc( - v"['F5', 'Ctrl+r']", + v"['Ctrl+Alt+F5', 'Ctrl+Alt+r']", 'ui', _('Reload book'), ),