mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
macOS: Fix viewer not responding to cmd+c to copy text by default
This commit is contained in:
parent
04cad862ee
commit
ed7897c395
@ -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'),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user