##// END OF EJS Templates
notebook: up/down arrow keys move to begin/end of line at top/bottom of cell...
notebook: up/down arrow keys move to begin/end of line at top/bottom of cell The behavior is the following: * If you press UP while on the first row, you go to the beginning of the line. * If you press UP again (or were already at the beginning of the line), you go to the previous cell. * If you press DOWN while on the last row, you go to the end of the line. * If you press DOWN again (or were already at the end of the line), you go to the next cell. This applies to `CodeCell`s and `RawCell`s.
Bradley M. Froehle -
r8168:54051232
Show More
Name Size Modified Last Commit Author
/ IPython / lib
tests
__init__.py Loading ...
backgroundjobs.py Loading ...
clipboard.py Loading ...
deepreload.py Loading ...
demo.py Loading ...
display.py Loading ...
guisupport.py Loading ...
inputhook.py Loading ...
inputhookglut.py Loading ...
inputhookgtk.py Loading ...
inputhookgtk3.py Loading ...
inputhookpyglet.py Loading ...
inputhookqt4.py Loading ...
inputhookwx.py Loading ...
irunner.py Loading ...
kernel.py Loading ...
latextools.py Loading ...
pretty.py Loading ...
security.py Loading ...