Keyboard shortcuts to mute microphone/camera

Same as hangouts: ctrl-d for mute microphone; ctrl-e to mute camera.
This commit is contained in:
Richard van der Hoff 2016-10-17 14:03:37 +01:00
parent 658224a1bd
commit 4f901f1894
2 changed files with 87 additions and 58 deletions

View file

@ -29,4 +29,6 @@ module.exports = {
RIGHT: 39,
DOWN: 40,
DELETE: 46,
KEY_D: 68,
KEY_E: 69,
};