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
+1 -1
View File
@@ -433,7 +433,7 @@ def add_standalone_viewer_shortcuts(sc):
)
sc['edit_book'] = desc(
"Ctrl+Alt+e",
"Ctrl+d",
'ui',
_('Edit this book')
)