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
14 lines
429 B
HTML
14 lines
429 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>To select multiple words, press <span class="shortcut">Alt+Shift</span>(on Windows and Linux) or
|
|
<span class="shortcut">Cmd+Alt+Shift</span>(on MAC), place
|
|
the caret at each word to be selected and double-click the left mouse button.</p>
|
|
<p class="image"><img src="images/multiselection_words.png"></p>
|
|
</body>
|
|
</html>
|