From 56669fb44e71198e91159bcc68417efc72314379 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 20 Feb 2021 23:08:36 +0300 Subject: mac: add ability to toggle visibility on all workspaces from menubar --- osdep/macosx_menubar.m | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/osdep/macosx_menubar.m b/osdep/macosx_menubar.m index 11fdda5e53..6fefcb97aa 100644 --- a/osdep/macosx_menubar.m +++ b/osdep/macosx_menubar.m @@ -218,6 +218,13 @@ @"target" : self, @"cmd" : @"cycle ontop" }], + [NSMutableDictionary dictionaryWithDictionary:@{ + @"name" : @"Toggle Visibility on All Workspaces", + @"action" : @"cmd:", + @"key" : @"", + @"target" : self, + @"cmd" : @"cycle on-all-workspaces" + }], #if HAVE_MACOS_TOUCHBAR @{ @"name": @"separator" }, [NSMutableDictionary dictionaryWithDictionary:@{ -- cgit v1.2.3