From c9a82b4e18df12cc40cb2e884aa0b59c80b3afe8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 8 Feb 2020 07:35:55 +0530 Subject: [PATCH] Viewer: Add shortcut for showing metadata (Ctrl+n). Fixes #1862432 [[Enhancement] Keyboard shortcut for metadata in the viewer](https://bugs.launchpad.net/calibre/+bug/1862432) --- src/pyj/read_book/shortcuts.pyj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pyj/read_book/shortcuts.pyj b/src/pyj/read_book/shortcuts.pyj index 5ac0dd8a49..7345b359f9 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -234,6 +234,12 @@ def shortcuts_definition(): _('Toggle the Reference mode') ), + 'metadata': desc( + 'Ctrl+n', + 'ui', + _('Show the book metadata') + ), + 'reload_book': desc( v"['F5', 'Ctrl+r']", 'ui',