macOS: Fix viewer not responding to cmd+c to copy text by default

This commit is contained in:
Kovid Goyal 2020-11-10 21:33:47 +05:30
parent 04cad862ee
commit ed7897c395
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -189,7 +189,7 @@ def shortcuts_definition():
), ),
'copy_to_clipboard': desc( 'copy_to_clipboard': desc(
'Ctrl+c', v"['Ctrl+c', 'Meta+c']",
'ui', 'ui',
_('Copy to clipboard'), _('Copy to clipboard'),
), ),