mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change the shortcut used for editing in viewer to ctrl+d
This commit is contained in:
parent
09627ab8dd
commit
4e839cbaf2
@ -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')
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user