mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add macOS specific shortcuts for changing font size
This commit is contained in:
parent
fd2eb6b6d8
commit
551c868899
@ -204,13 +204,13 @@ SHORTCUTS = {
|
||||
),
|
||||
|
||||
'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…
x
Reference in New Issue
Block a user