From ed7897c3958dd9356d8aeff1c854df660c856618 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 10 Nov 2020 21:33:47 +0530 Subject: [PATCH] macOS: Fix viewer not responding to cmd+c to copy text by default --- 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 51b295c41a..c8e7e81b7e 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -189,7 +189,7 @@ def shortcuts_definition(): ), 'copy_to_clipboard': desc( - 'Ctrl+c', + v"['Ctrl+c', 'Meta+c']", 'ui', _('Copy to clipboard'), ),