1
1
Fork 0

Merge pull request #18 from Geravant/igor/programming-basics-hello-world-exercise5-EDC-413

fix(Programming Basics - Hello, World - Exercise 5): Shortcuts for li…
This commit is contained in:
Svetlana Isakova 2021-07-19 15:56:07 +02:00 committed by GitHub
commit 3842c676f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ the beginning of a line:
|-----------------------------------|-----------------------------------------------------------------------|----------------------------------------------------------------| |-----------------------------------|-----------------------------------------------------------------------|----------------------------------------------------------------|
| Up with selection | <span class="shortcut">&shortcut:EditorUpWithSelection;</span> | Move the caret one line up, selecting the text. | | Up with selection | <span class="shortcut">&shortcut:EditorUpWithSelection;</span> | Move the caret one line up, selecting the text. |
| Right with selection | <span class="shortcut">&shortcut:EditorRightWithSelection;</span> | Move the caret one character to the right, selecting the text. | | Right with selection | <span class="shortcut">&shortcut:EditorRightWithSelection;</span> | Move the caret one character to the right, selecting the text. |
| Move to line end with selection | <span class="shortcut">&shortcut:EditorTextEndWithSelection;</span> | Move the caret to the end of line, selecting the text. | | Move to line end with selection | <span class="shortcut">&shortcut:EditorLineEndWithSelection;</span> | Move the caret to the end of line, selecting the text. |
| Move to line start with selection | <span class="shortcut">&shortcut:EditorTextStartWithSelection;</span> | Move the caret to the beginning of line, selecting the text. | | Move to line start with selection | <span class="shortcut">&shortcut:EditorLineStartWithSelection;</span> | Move the caret to the beginning of line, selecting the text. |
Duplicate the line `println("Hello, Kotlin!")` in the example by selecting it Duplicate the line `println("Hello, Kotlin!")` in the example by selecting it
and then copy-pasting it. and then copy-pasting it.