mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 02:32:33 -04:00
Change the shortcut used for editing in viewer to ctrl+d
This commit is contained in:
@@ -433,7 +433,7 @@ def add_standalone_viewer_shortcuts(sc):
|
||||
)
|
||||
|
||||
sc['edit_book'] = desc(
|
||||
"Ctrl+Alt+e",
|
||||
"Ctrl+d",
|
||||
'ui',
|
||||
_('Edit this book')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user