[pywin32-checkins] pywin32/Pythonwin/pywin/scintilla bindings.py, 1.5.2.3, 1.5.2.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-11 05:45:26
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29773/Pythonwin/pywin/scintilla Modified Files: Tag: py3k bindings.py Log Message: merge more .py changes from the trunk (via 2to3) Index: bindings.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla/bindings.py,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -C2 -d -r1.5.2.3 -r1.5.2.4 *** bindings.py 6 Dec 2008 01:48:26 -0000 1.5.2.3 --- bindings.py 11 Dec 2008 05:45:21 -0000 1.5.2.4 *************** *** 169,177 **** # (XXX - which do not work :-( event = self.keymap.get( keyinfo ) - #Enable autoexpand an autocompletion on French keyborads - if keyinfo == (190, 16): - event = "KeyDot" - elif keyinfo == (222, 0): - event = "<<expand-word>>" if event is None: ## if key == 220: # Dead key --- 169,172 ---- |