Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17893/Pythonwin/pywin
Modified Files:
default.cfg
Log Message:
Pythonwin: Better support for international keyboard. (Bug 896502 and
help from kxroberto)
Index: default.cfg
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/default.cfg,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** default.cfg 6 Dec 2008 00:36:13 -0000 1.10
--- default.cfg 28 Oct 2010 01:52:49 -0000 1.11
***************
*** 49,54 ****
Alt+/ = <<expand-word>>
Ctrl+Space = <<expand-word>>
! Shift+( = <<paren-open>>
! Shift-) = <<paren-close>>
Up = <<check-calltip-cancel>>
Down = <<check-calltip-cancel>>
--- 49,54 ----
Alt+/ = <<expand-word>>
Ctrl+Space = <<expand-word>>
! ( = <<paren-open>>
! ) = <<paren-close>>
Up = <<check-calltip-cancel>>
Down = <<check-calltip-cancel>>
|