Quick Tips and Key Bindings for Squeak



Key Bindings

  System Wide
  alt-c Copies highlighted text to the buffer
  alt-v Pastes from the buffer to your current window
  shift-_ This is Squeak's assignment operator. It will be displayed on screen as a left arrow, <- .
  alt-d do it Reads in selected text and runs it
This is mostly used in the Workspace window when you want to interact with an object
  alt-p print it This is the same as do it except that it will print what was returned from the last line in the Wokspace
  alt-s Accept the current text
The text will be saved for your current session only. If you do not do this before changing panes, you will be prompted whether you want to save the text, or abandon the changes. This is mostly used in the Browser when you want to enter a class definition or method.
  alt-i inspect it


Back to index page