mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-27 21:55:59 +01:00
E-book viewer: Fix Ctrl+p shortcut for printing not working
This commit is contained in:
parent
a59be7d4dc
commit
a81e4bec5c
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ def add_standalone_viewer_shortcuts(sc):
|
|||
)
|
||||
|
||||
sc['print'] = desc(
|
||||
"Ctrl+P",
|
||||
"Ctrl+p",
|
||||
'ui',
|
||||
_('Print book to PDF'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue