Update to reflect previous implementation

Which was originally https://github.com/vector-im/riot-web/pull/3654/commits/a74bbb424c7c07494d71329e8d4c6ef9fc37a7b9
This commit is contained in:
Luke Barnard
2017-07-12 17:12:57 +01:00
parent 0dbd1d988e
commit 6547a55852
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ module.exports = {
ENTER: 13,
SHIFT: 16,
ESCAPE: 27,
SPACE: 32,
PAGE_UP: 33,
PAGE_DOWN: 34,
END: 35,