Ed Leafe wrote: > dabo Commit > Revision 6163 > Date: 2010-10-25 05:36:20 -0700 (Mon, 25 Oct 2010) > Author: Ed > --- trunk/dabo/ui/uiwx/dKeys.py 2010-10-24 23:53:02 UTC (rev 6162) > +++ trunk/dabo/ui/uiwx/dKeys.py 2010-10-25 12:36:20 UTC (rev 6163) > > +def resolveKeyCombo(keyCombo, returnFlags=False): > + """When returnFlags is False (default), this takes a string > representation > + of keys and modifiers, and returns a 2-tuple, containing the modifier(s) > + as the first element, and the key as the second. > + > + If returnFlags is True, a 3-tuple is returned, with the first two > elements the > + same as above, but with a thrid element that is a numeric value > compatible with > > Adjust spelling of : "a third element" in the previous line. -- Fraser Burns
_______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
