From 04cad862eede2c2cab0e593e9271755d31ada141 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 10 Nov 2020 18:36:37 +0530 Subject: [PATCH] ... --- 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 e2ac485be5..51b295c41a 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -243,7 +243,7 @@ def shortcuts_definition(): ), 'toggle_full_screen': desc( - v"['F11', 'Ctrl+Shift+F']", + v"['F11', 'Ctrl+Shift+f']", 'ui', _('Toggle full screen'), ),