##// END OF EJS Templates
qtconsole: Add vi-like key bindings to pager (fixes #6590)...
qtconsole: Add vi-like key bindings to pager (fixes #6590) Since _event_fileter_page_keypress() already exists in ConsoleWidget class of qtconsole, that change was pretty easy and isolated. We emulate up/down arrow keys with k/j when we use pager.
Boris Egorov -
r18176:7b7b5442
Show More
Name Size Modified Last Commit Author
/ IPython / html / widgets
tests
__init__.py Loading ...
interaction.py Loading ...
widget.py Loading ...
widget_bool.py Loading ...
widget_box.py Loading ...
widget_button.py Loading ...
widget_float.py Loading ...
widget_image.py Loading ...
widget_int.py Loading ...
widget_selection.py Loading ...
widget_selectioncontainer.py Loading ...
widget_string.py Loading ...