summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-12 07:50:25 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-12 07:50:25 -0400
commita3cfdf04836bb5cef2c34626c07ce04349178792 (patch)
tree215cc9ce38d954a2a4af41d1a444b7b16b2db820 /webapp/utils/constants.jsx
parent1630892b4cb03ad2fb4fc5258a784a6adcf50779 (diff)
downloadchat-a3cfdf04836bb5cef2c34626c07ce04349178792.tar.gz
chat-a3cfdf04836bb5cef2c34626c07ce04349178792.tar.bz2
chat-a3cfdf04836bb5cef2c34626c07ce04349178792.zip
PLT-2786 Open Account Settings/Recent Mentions Shortcuts (#2957)
* Account settings shortcut added * Added constants * Added recent mentions shortcut
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 187b6cc95..fc5b917d3 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -549,7 +549,9 @@ export default {
ESCAPE: 27,
SPACE: 32,
TAB: 9,
- U: 85
+ U: 85,
+ A: 65,
+ M: 77
},
CODE_PREVIEW_MAX_FILE_SIZE: 500000, // 500 KB
HighlightedLanguages: {