mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 04:15:54 +01:00
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:
parent
d7a42176e8
commit
d0ece0502c
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ def shortcuts_definition():
|
|||
),
|
||||
|
||||
'metadata': desc(
|
||||
'Ctrl+n',
|
||||
v"['Ctrl+n', 'Ctrl+e']",
|
||||
'ui',
|
||||
_('Show the book metadata')
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue