Skip to content

Commit

Permalink
Add autocompletion to hotkey list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann authored and tcstewar committed Apr 20, 2018
1 parent f8ca57e commit 56405ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nengo_gui/static/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ Nengo.Modal.prototype.help_body = function() {
'<td align="right">' + ctrl + '-m</td></tr>');
$body.append('<tr><td>Toggle editor</td>'+
'<td align="right">' + ctrl + '-e</td></tr>');
$body.append('<tr><td>Trigger autocompletion</td>'+
'<td align="right">' + ctrl + '-Spacebar</td></tr>');
$body.append('<tr><td>Update display</td>'+
'<td align="right">' + ctrl + '-1</td></tr>'); //TODO: possibly pick a better shortcut key
$body.append('<tr><td>Toggle auto-update</td>'+
Expand Down

0 comments on commit 56405ee

Please sign in to comment.