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',