Add some clarifying comments
This commit is contained in:
parent
332f716ce4
commit
52b0f285c6
3 changed files with 18 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue