mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
18 lines
552 B
HTML
18 lines
552 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>In <span class="product">&productName;</span>, you can have multiple cursors.
|
|
Having pressed <span class="shortcut">Alt</span>, click the left mouse button
|
|
at the desired position to set additional cursors in the editor.</p>
|
|
<p>Press <span class="shortcut">&shortcut:EditorEscape;</span> to remove all the additional cursors
|
|
but one that resides at the line at caret.</p>
|
|
<p class="image"><img src="images/multicursor.png"></p>
|
|
|
|
|
|
</body>
|
|
</html>
|