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)

This commit is contained in:
Kovid Goyal 2020-02-08 07:35:55 +05:30
parent 0fef4ecd55
commit c9a82b4e18
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -234,6 +234,12 @@ def shortcuts_definition():
_('Toggle the Reference mode') _('Toggle the Reference mode')
), ),
'metadata': desc(
'Ctrl+n',
'ui',
_('Show the book metadata')
),
'reload_book': desc( 'reload_book': desc(
v"['F5', 'Ctrl+r']", v"['F5', 'Ctrl+r']",
'ui', 'ui',