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

cmd-k for quick search

This commit is contained in:
Matthew Hodgson
2017-04-15 12:13:29 +01:00
parent 1189368aab
commit 0a91511f05

View File

@ -32,4 +32,5 @@ module.exports = {
DELETE: 46,
KEY_D: 68,
KEY_E: 69,
KEY_K: 75,
};