From 017d5f2991a756f94697f674703d9bcb48b61a5d Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:59:39 +0800 Subject: [PATCH] Fix tasks shortcut on macOS --- kitty/config_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/config_data.py b/kitty/config_data.py index c6608554d..68e600d2a 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -1303,7 +1303,7 @@ both Option keys as Alt, instead. ''')) 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=_('''