mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 03:37:58 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
14 lines
482 B
HTML
14 lines
482 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
If you have already spent some time working in an interactive console,
|
|
you don't need to re-type the previously entered commands to repeat them.
|
|
Instead, press <span class="shortcut">&shortcut:EditorScrollUp;</span> and
|
|
<span class="shortcut">&shortcut:EditorScrollDown;</span> to scroll through
|
|
the history of commands.</p>
|
|
</body>
|
|
</html>
|