Change the shortcut used for editing in viewer to ctrl+d

This commit is contained in:
Kovid Goyal 2021-03-09 14:15:13 +05:30
parent 09627ab8dd
commit 4e839cbaf2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -433,7 +433,7 @@ def add_standalone_viewer_shortcuts(sc):
) )
sc['edit_book'] = desc( sc['edit_book'] = desc(
"Ctrl+Alt+e", "Ctrl+d",
'ui', 'ui',
_('Edit this book') _('Edit this book')
) )