Activities/Turtle Art: Difference between revisions
| Line 391: | Line 391: | ||
===Keyboard shortcuts=== | ===Keyboard shortcuts=== | ||
* Ctrl-q quit (exit Turtle Art) | * Ctrl-q quit (exit Turtle Art) | ||
* Alt+p | * Alt+p show/hide the palettes | ||
* Alt+b blocks | * Alt+b show/hide the blocks | ||
* Alt+r run | * Alt+r run the 'start' stack rapidly | ||
* Alt+w | * Alt+w run the 'start' stack slowly (and highlight blocks during execution) | ||
* Alt+s stop | * Alt+s stop execution of the stack | ||
* Alt+e erase the screen | * Alt+e erase the screen | ||
* Esc return from full-screen mode | * Esc return from full-screen mode | ||
* | * Ctrl+c copy a stack of blocks or text from a block | ||
* | * Ctrl+v paste a stack of blocks or text into a block | ||
* cursor (arrow) keys or h j k l move selected | * cursor (arrow) keys (or h j k l keys) move selected stack of blocks or turtle or move between toolbar items | ||
* Return (Enter) is used to select a toolbar item | * Return (Enter) is used to run a stack of blocks or to select a toolbar item | ||
Note | Note for OLPC-XO laptop users: the buttons on the display can also be used. | ||
* The left-hand buttons can be used to move a stack of blocks or turtle | * The left-hand buttons can be used to move a stack of blocks or turtle | ||
* o button runs the selected stack | * o button runs the selected stack of blocks | ||
* × button deletes the selected | * × button deletes the selected stack of blocks | ||
* | * ✓ button returns the selected turtle to the home position (center of the screen) | ||
* ◽ button selects the next block (in the order in which they were added) | |||
===Helpful hints=== | ===Helpful hints=== | ||