Keyboard shortcuts to mute microphone/camera
Same as hangouts: ctrl-d for mute microphone; ctrl-e to mute camera.
This commit is contained in:
parent
658224a1bd
commit
4f901f1894
2 changed files with 87 additions and 58 deletions
|
@ -29,4 +29,6 @@ module.exports = {
|
|||
RIGHT: 39,
|
||||
DOWN: 40,
|
||||
DELETE: 46,
|
||||
KEY_D: 68,
|
||||
KEY_E: 69,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue