From a81e4bec5c84a6db74fbcd73a04bd7c1558980ff Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 25 Jan 2022 21:01:46 +0530 Subject: [PATCH] E-book viewer: Fix Ctrl+p shortcut for printing not working --- 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 2d8dbe10db..0e85434490 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -476,7 +476,7 @@ def add_standalone_viewer_shortcuts(sc): ) sc['print'] = desc( - "Ctrl+P", + "Ctrl+p", 'ui', _('Print book to PDF'), )