From a3cfdf04836bb5cef2c34626c07ce04349178792 Mon Sep 17 00:00:00 2001 From: David Lu Date: Thu, 12 May 2016 07:50:25 -0400 Subject: PLT-2786 Open Account Settings/Recent Mentions Shortcuts (#2957) * Account settings shortcut added * Added constants * Added recent mentions shortcut --- webapp/utils/constants.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'webapp/utils/constants.jsx') 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: { -- cgit v1.2.3-1-g7c22