Files
openide/python/educational-python/resources/tips/MultiselectionWords.html
Valentina Kiryushkina 7e5a5b849a Rename educational plugins and update plugin's description
edu --> educational-python
educational --> educational-core
interactive-learning --> student
2016-01-26 19:36:12 +03:00

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>