Show More
@@ -510,7 +510,7 b' var IPython = (function (IPython) {' | |||||
510 | }, |
|
510 | }, | |
511 | 'h' : { |
|
511 | 'h' : { | |
512 | help : 'keyboard shortcuts', |
|
512 | help : 'keyboard shortcuts', | |
513 |
help_index : 'g |
|
513 | help_index : 'ge', | |
514 | handler : function (event) { |
|
514 | handler : function (event) { | |
515 | IPython.quick_help.show_keyboard_shortcuts(); |
|
515 | IPython.quick_help.show_keyboard_shortcuts(); | |
516 | return false; |
|
516 | return false; | |
@@ -532,6 +532,14 b' var IPython = (function (IPython) {' | |||||
532 | return false; |
|
532 | return false; | |
533 | } |
|
533 | } | |
534 | }, |
|
534 | }, | |
|
535 | 'q' : { | |||
|
536 | help : 'close pager', | |||
|
537 | help_index : 'gd', | |||
|
538 | handler : function (event) { | |||
|
539 | IPython.pager.collapse(); | |||
|
540 | return false; | |||
|
541 | } | |||
|
542 | }, | |||
535 | } |
|
543 | } | |
536 |
|
544 | |||
537 |
|
545 |
General Comments 0
You need to be logged in to leave comments.
Login now