mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 10:52:59 +02:00
Change the shortcut used for editing in viewer to ctrl+d
This commit is contained in:
parent
09627ab8dd
commit
4e839cbaf2
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ def add_standalone_viewer_shortcuts(sc):
|
|||
)
|
||||
|
||||
sc['edit_book'] = desc(
|
||||
"Ctrl+Alt+e",
|
||||
"Ctrl+d",
|
||||
'ui',
|
||||
_('Edit this book')
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue