Migrate mutes to separate buttons
This commit is contained in:
parent
fcb29a4f08
commit
75087230cc
@ -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": {
|
||||
|
1
teams/microphone-off.svg
Normal file
1
teams/microphone-off.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path style="fill:#c62828" d="M19 11h-1.7c0 .74-.16 1.43-.43 2.05l1.23 1.23c.56-.98.9-2.09.9-3.28zm-4.02.17c0-.06.02-.11.02-.17V5c0-1.66-1.34-3-3-3S9 3.34 9 5v.18l5.98 5.99zM4.27 3L3 4.27l6.01 6.01V11c0 1.66 1.33 3 2.99 3 .22 0 .44-.03.65-.08l1.66 1.66c-.71.33-1.5.52-2.31.52-2.76 0-5.3-2.1-5.3-5.1H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c.91-.13 1.77-.45 2.54-.9L19.73 21 21 19.73 4.27 3z"/></svg>
|
After Width: | Height: | Size: 487 B |
BIN
teams/microsoft-teams-mute.png
Normal file
BIN
teams/microsoft-teams-mute.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
teams/slack-mute.png
Normal file
BIN
teams/slack-mute.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Reference in New Issue
Block a user