diff --git a/streamdeck_ui_export.json b/streamdeck_ui_export.json index 37062b6..6445fee 100644 --- a/streamdeck_ui_export.json +++ b/streamdeck_ui_export.json @@ -180,53 +180,54 @@ "0": { "write": "", "switch_page": 3, - "text": "TEAMS", - "icon": "/home/pgrondek/src/streamdeck/apps/png/microsoft-teams.png", - "keys": "", + "text": "MUTE", + "icon": "/home/pgrondek/src/streamdeck/teams/microsoft-teams-mute.png", + "keys": "Ctrl+Shift+m", "command": "" }, "1": { - "keys": "Ctrl+Shift+m", + "keys": "m", "write": "", - "text": "", + "text": "MUTE", "switch_page": 0, - "icon": "/home/pgrondek/src/streamdeck/teams/microphone-off.png", + "icon": "/home/pgrondek/src/streamdeck/teams/slack-mute.png", "command": "" }, "2": { - "keys": "Ctrl+Shift+s", + "keys": "", "write": "", - "icon": "/home/pgrondek/src/streamdeck/teams/accept-call.png", + "icon": "", "switch_page": 0, "text": "" }, "3": { - "keys": "Ctrl+Shift+d", + "keys": "", "write": "", - "icon": "/home/pgrondek/src/streamdeck/teams/phone-hangup.png", + "icon": "", "switch_page": 0, "text": "" }, "4": { - "keys": "Ctrl+Shift+Space", + "keys": "", "write": "", "command": "", - "icon": "/home/pgrondek/src/streamdeck/teams/monitor-share.png", + "icon": "", "switch_page": 0, "text": "" }, "5": { "write": "", - "switch_page": 3, - "text": "SLACK", - "icon": "/home/pgrondek/src/streamdeck/apps/png/slack.png" + "switch_page": 0, + "text": "", + "icon": "", + "keys": "" }, "6": { - "keys": "m", + "keys": "", "write": "", "text": "", "switch_page": 0, - "icon": "/home/pgrondek/src/streamdeck/teams/microphone-off.png", + "icon": "", "command": "" }, "7": { diff --git a/teams/microphone-off.svg b/teams/microphone-off.svg new file mode 100644 index 0000000..c4c0bce --- /dev/null +++ b/teams/microphone-off.svg @@ -0,0 +1 @@ + diff --git a/teams/microsoft-teams-mute.png b/teams/microsoft-teams-mute.png new file mode 100644 index 0000000..f01a3e4 Binary files /dev/null and b/teams/microsoft-teams-mute.png differ diff --git a/teams/slack-mute.png b/teams/slack-mute.png new file mode 100644 index 0000000..a239098 Binary files /dev/null and b/teams/slack-mute.png differ