Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27956/pythonwin/pywin/scintilla
Modified Files:
bindings.py
Log Message:
revert some of the French keyboard changes due to conflicts with US keyboard
Index: bindings.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/scintilla/bindings.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** bindings.py 4 Dec 2008 12:45:51 -0000 1.7
--- bindings.py 11 Dec 2008 05:02:54 -0000 1.8
***************
*** 172,180 ****
# (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
--- 172,175 ----
|