1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-26 04:01:04 +03:00

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,
};