mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:24:20 +02:00
Add macOS specific shortcuts for changing font size
This commit is contained in:
parent
fd2eb6b6d8
commit
551c868899
1 changed files with 2 additions and 2 deletions
|
|
@ -204,13 +204,13 @@ def key_as_text(evt):
|
|||
),
|
||||
|
||||
'increase_font_size': desc(
|
||||
v"['Ctrl+=', 'Ctrl++', 'Ctrl+Shift++', 'Ctrl+Shift+=']",
|
||||
v"['Ctrl+=', 'Ctrl++', 'Ctrl+Shift++', 'Ctrl+Shift+=', 'Meta++', 'Meta+Shift++', 'Meta+Shift+=']",
|
||||
'ui',
|
||||
_('Increase font size'),
|
||||
),
|
||||
|
||||
'decrease_font_size': desc(
|
||||
v"['Ctrl+-', 'Ctrl+_', 'Ctrl+Shift+-', 'Ctrl+Shift+_']",
|
||||
v"['Ctrl+-', 'Ctrl+_', 'Ctrl+Shift+-', 'Ctrl+Shift+_', 'Meta+-', 'Meta+_']",
|
||||
'ui',
|
||||
_('Decrease font size'),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue