mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 06:46:55 +00:00
mac: add ability to toggle visibility on all workspaces from menubar
This commit is contained in:
parent
a4204be50f
commit
56669fb44e
@ -218,6 +218,13 @@
|
|||||||
@"target" : self,
|
@"target" : self,
|
||||||
@"cmd" : @"cycle ontop"
|
@"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
|
#if HAVE_MACOS_TOUCHBAR
|
||||||
@{ @"name": @"separator" },
|
@{ @"name": @"separator" },
|
||||||
[NSMutableDictionary dictionaryWithDictionary:@{
|
[NSMutableDictionary dictionaryWithDictionary:@{
|
||||||
|
Loading…
Reference in New Issue
Block a user