Changeset 61

Show
Ignore:
Timestamp:
02/09/04 20:30:11 (5 years ago)
Author:
ug
Message:

Uncomment M2-B1 bindings for the moment.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 05/devel/kombilo.py

    r57 r61  
    126126        self.smartFixedColor = smartFixedColor 
    127127 
    128         self.boundM2_1 = self.bind('<M2-Button-1>', self.selStart) 
    129         self.boundM2_1m = self.bind('<M2-B1-Motion>', self.selDrag) 
     128#        self.boundM2_1 = self.bind('<M2-Button-1>', self.selStart) 
     129#        self.boundM2_1m = self.bind('<M2-B1-Motion>', self.selDrag) 
    130130        self.bound3 = self.bind('<Button-3>', self.selStart) 
    131131        self.bound3m = self.bind('<B3-Motion>', self.selDrag) 
     
    10101010        b.unbind('<B3-Motion>', b.bound3m) 
    10111011        b.unbind('<3>', b.bound3) 
    1012         b.unbind('<M2-Button-1>', b.boundM2_1) 
    1013         b.unbind('<M2-B1-Motion>', b.boundM2_1m) 
     1012#        b.unbind('<M2-Button-1>', b.boundM2_1) 
     1013#        b.unbind('<M2-B1-Motion>', b.boundM2_1m) 
    10141014        b.unbind('<Configure>', b.boundConf) 
    10151015        b.bound3 = b.bind('<3>', lambda event, self=self, l = len(self.data): self.postMenu(event, l))