~gcrosswhite/leo-editor/ran-setup-through-2to3

« back to all changes in this revision

Viewing changes to leo/core/leoProjects.txt

  • Committer: Edward K. Ream
  • Date: 2011-06-06 20:16:21 UTC
  • Revision ID: edreamleo@gmail.com-20110606201621-prug8gz4wt1mrzom
Eliminate stroke arg to k.masterKeyHander: a good simplification for macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4613
4613
                g.trace('bound',repr(stroke)) # repr(aList))
4614
4614
            w = self.w # Pass the wrapper class, not the wrapped widget.
4615
4615
            event = self.create_key_event(event,c,w,ch,tkKey,stroke)
4616
 
            ret = k.masterKeyHandler(event,stroke=stroke)
 
4616
            ret = k.masterKeyHandler(event)
4617
4617
            c.outerUpdate()
4618
4618
        else:
4619
4619
            if trace and traceKey and verbose: