You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-26 04:01:04 +03:00
move KEY_M to KeyCode
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -32,4 +32,5 @@ module.exports = {
|
||||
DELETE: 46,
|
||||
KEY_D: 68,
|
||||
KEY_E: 69,
|
||||
KEY_M: 77,
|
||||
};
|
||||
|
Reference in New Issue
Block a user