[Idle-dev] CVS: idle CallTips.py,1.3,1.4

Stephen M. Gava elguavas@users.sourceforge.net
Sat, 19 Jan 2002 02:39:49 -0800


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv17874

Modified Files:
	CallTips.py 
Log Message:
changeover to new keybinding configuration implementation


Index: CallTips.py
===================================================================
RCS file: /cvsroot/idlefork/idle/CallTips.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** CallTips.py	2001/07/12 23:10:35	1.3
--- CallTips.py	2002/01/19 10:39:47	1.4
***************
*** 11,27 ****
      ]
  
-     keydefs = {
-         '<<paren-open>>': ['<Key-parenleft>'],
-         '<<paren-close>>': ['<Key-parenright>'],
-         '<<check-calltip-cancel>>': ['<KeyRelease>'],
-         '<<calltip-cancel>>': ['<ButtonPress>', '<Key-Escape>'],
-     }
- 
-     windows_keydefs = {
-     }
- 
-     unix_keydefs = {
-     }
- 
      def __init__(self, editwin):
          self.editwin = editwin
--- 11,14 ----