From d0ece0502c04ef577848a04ef18cf9dca42c4ac5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Mar 2020 14:10:53 +0530 Subject: [PATCH] Fix #1865183 [The shortcut to show book metadata is used by most browser to open a new window](https://bugs.launchpad.net/calibre/+bug/1865183) --- 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 ddbc8ad898..24552bc8c7 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -264,7 +264,7 @@ def shortcuts_definition(): ), 'metadata': desc( - 'Ctrl+n', + v"['Ctrl+n', 'Ctrl+e']", 'ui', _('Show the book metadata') ),