POGO Shortcuts Help:
-------------------

Edit an item:
    A double click on left button on an item, will start a dialog
    to edit this item.

Create a new item:
    A double click on right button on a collection(commands, states, ..),
    will start a dialog to create a new item of this collection.


Edit source code:
    * A double click on right button on a command item, will fork an editor
      and set the cursor to the command execution method.
    * A double click on right button on an attribute item, will fork an editor
      and set the cursor to the read hardware attribute method.
   
   The default editor used is nedit.
   You can change it with shell command:
   export POGO_EDITOR=vi   or    setenv POGO_EDITOR vi
   
