-
-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
sound OFF show touchBarAudioOutputVolumeHighTemplateName
sound ON show touchBarAudioOutputMuteTemplateName
Lines 155 to 166 in dd99e9d
"mute": { _ in | |
let imageParameter = GeneralParameter.image(source: NSImage(named: NSImage.touchBarAudioOutputMuteTemplateName)!) | |
return ( | |
item: .staticButton(title: ""), | |
actions: [ | |
Action(trigger: .singleTap, value: .hidKey(keycode: NX_KEYTYPE_MUTE)) | |
], | |
legacyAction: .none, | |
legacyLongAction: .none, | |
parameters: [.image: imageParameter] | |
) | |
}, |
Metadata
Metadata
Assignees
Labels
No labels