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)

This commit is contained in:
Kovid Goyal 2020-03-29 14:10:53 +05:30
parent d7a42176e8
commit d0ece0502c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -264,7 +264,7 @@ def shortcuts_definition():
),
'metadata': desc(
'Ctrl+n',
v"['Ctrl+n', 'Ctrl+e']",
'ui',
_('Show the book metadata')
),