Function Keys, Control-Key Sequences, Mouse Actions



Function Keys:

   F2                     - Generate a CSD

   F3                     - Convert CSD to code.

   L4  (Undo)             - Undo an edit.

   L9  (Find)  or  F4     - Search forward for the currently selected text.

   Shift-L9  or Shift-F4  - Search backward for the currently selected text.



Control-Key Sequences:

   These are shown on the menu items to which they map. Some are implemented as translations that you can override, and others are handled directly. Four useful ones are:

   Ctrl-X  Ctrl-C  Ctrl-V  Ctrl-Z   - cut, copy, paste, undo (like Windows)




Mouse Actions:

   The right mouse button performs GRASP-specific selections. The first click will select an identifer, whitespace, or non-identifier non-whitespace character. The second click will select the nearest enclosing set of parentheses, braces, or (for C only) curly braces. Additional clicks will select the next level of matched characters, and so on. Characters inside of strings, character constants, and comments are not considered.
