X-Injected-By: benja@lorien.it.jyu.fi Date: Sun, 31 Mar 2002 23:10:32 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: binary , keys # Pending actions handling: Pending actions are actions that do not # execute immediately but wait for a direction to be presed, # for example the 'new cell' action. # Whether to clear the pending action when cleaning up at the end of this# script. This should always be done except, of course, if the key binding# set the pending action itself. # Whether this key binding was pending. Actions that can pend, like # 'new cell,' make themselves the pending action when they're# first executed, but are executed again when a direction key is pressed;# then, 'isPending' will be set to '1' locally.: """ A direction key was pressed; move, or call the pending action, if there is one. axis -- The axis of the direction: 0 for x, 1 for y and so on. dir -- The direction either -1 or 1. """