Module BookmarkScript
[hide private]
[frames] | no frames]

Module BookmarkScript

source code

Defines a AEScript that keeps track of user assigned bookmarks to AEPors in an application.

Steps for tying an input gesture to a bookmark location and another gesture to jump to the bookmark stored at the new location:

Do the following to bind a gesture
  1. that adds a bookmark: self.doTask('bookmark reg add gesture',dev=dev, gesture=gesture, name=aname) Please note that 'name' will be announced during the bookmark review procedure.
  2. that goes to a bookmark: self.doTask('bookmark reg goto gesture',dev=dev, gesture=gesture, name=aname)



Authors:
Scott Haeger, Peter Parente, Nicole Anacker
Organizations: Copyright:

License: The BSD License All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Classes [hide private]
  BookmarkScript
Defines a user interface into a collection of bookmarked AEPors.
Variables [hide private]
  __uie__ = dict(kind= 'script', tier= None, all_tiers= True)