-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathMicrosoftTeams.keyclu
More file actions
26 lines (26 loc) · 902 Bytes
/
MicrosoftTeams.keyclu
File metadata and controls
26 lines (26 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"com.microsoft.teams": {
"Meeting": [
["Leave Meeting", "shift+command", 4],
["Mute/Unmute", "shift+command", 46],
["Raise Hand", "shift+command", 40],
["Share content", "shift+command", 14],
["Turn Camera on/off", "shift+command", 31],
["Zoom In", "command", 24],
["Zoom Out", "command", 27],
["Zoom Reset", "command", 29]
]
},
"com.microsoft.teams2": {
"Meeting": [
["Leave Meeting", "shift+command", 4],
["Mute/Unmute", "shift+command", 46],
["Raise Hand", "shift+command", 40],
["Share content", "shift+command", 14],
["Turn Camera on/off", "shift+command", 31],
["Zoom In", "command", 24],
["Zoom Out", "command", 27],
["Zoom Reset", "command", 29]
]
}
}