Fix tasks shortcut on macOS
This commit is contained in:
parent
ae43b1565e
commit
017d5f2991
1 changed files with 1 additions and 1 deletions
|
|
@ -1303,7 +1303,7 @@ def macos_option_as_alt(x: str) -> int:
|
|||
'''))
|
||||
|
||||
o('macos_hide_from_tasks', False, long_text=_('''
|
||||
Hide the kitty window from running tasks (:kbd:`Option+Tab`) on macOS.
|
||||
Hide the kitty window from running tasks (:kbd:`⌘+Tab`) on macOS.
|
||||
'''))
|
||||
|
||||
o('macos_quit_when_last_window_closed', False, long_text=_('''
|
||||
|
|
|
|||
Loading…
Reference in a new issue