mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
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:
parent
0fef4ecd55
commit
c9a82b4e18
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user