From 4e839cbaf238d3ebd386532b1b2b002ac3b09354 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 9 Mar 2021 14:15:13 +0530 Subject: [PATCH] Change the shortcut used for editing in viewer to ctrl+d --- src/pyj/read_book/shortcuts.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/shortcuts.pyj b/src/pyj/read_book/shortcuts.pyj index e8109c8119..cb168fddd5 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -433,7 +433,7 @@ def add_standalone_viewer_shortcuts(sc): ) sc['edit_book'] = desc( - "Ctrl+Alt+e", + "Ctrl+d", 'ui', _('Edit this book') )