##// 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 / qt
console
__init__.py Loading ...
base_frontend_mixin.py Loading ...
client.py Loading ...
inprocess.py Loading ...
kernel_mixins.py Loading ...
manager.py Loading ...
rich_text.py Loading ...
svg.py Loading ...
util.py Loading ...