7.0

Table Of Contents
24.2.7 Work with Selections
Use: To:
CTRL+A Select the complete contents of the Code area.
SHIFT+ARROW Increase or decrease the size of the current selection one line at a time (up or
down arrow), or one character at a time (left or right arrow).
CTRL+SHIFT+
LEFT/RIGHT ARROW
Increase or decrease the size of the current selection one word at a time.
ALT+SHIFT+ARROW Increase or decrease the size of the current selection one character at a time
(left or right arrow) or one line at a time (up or down arrow). One line in this
case refers to only that portion of the line currently in the selection. For
example, if a selection contains only characters 3 through 10 of the line and
you press the down arrow, the selection adds only characters 3 through 10 of
the next line. This is often referred to as a “block select”.
CTRL+X Cut the currently selected region of code.
CTRL+C Copy the currently selected region of code to the clipboard.
CTRL+V Paste the contents of the clipboard to the current pointer position.
DELETE
or
BACKSPACE
Delete the currently selected region of code.
24.2.8 Add/Remove Comments
Use: To:
CTRL+SHIFT+/ Add the comment character (%) to the start of each line of the selected block of
code, or if no block is currently selected, to the start of the line indicated by the
current pointer position.
CTRL+SHIFT+.
(period)
Remove the comment character (%) from the start of each line of the selected block
of code, or if no block is currently selected, from the start of the line indicated by the
current pointer position.
24.2.9 Indent Code
Use: To:
CTRL+SHIFT+I Indent the current line or selected region of code. You set the number of spaces to
advance with each indent in the Block indent box of the User Options dialog box.
CTRL+SHIFT+U Move the current line or selected region of code towards the left one indent. You set
the number of spaces to move with each indent in the Block indent box of the User
Options dialog box.
Keyboard Shortcuts - PlanetPress Talk Editor
Objectif Lune Inc. © 2009 368