1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Add some clarifying comments

This commit is contained in:
Travis Ralston
2019-05-20 20:41:48 -06:00
parent 332f716ce4
commit 52b0f285c6
3 changed files with 18 additions and 1 deletions

View File

@@ -323,6 +323,10 @@ const LoggedInView = React.createClass({
}
break;
case KeyCode.KEY_I:
// Ideally this would be CTRL+P for "Profile", but that's
// taken by the print dialog. CTRL+I for "Information"
// will have to do.
if (ctrlCmdOnly) {
dis.dispatch({
action: 'toggle_top_left_menu',