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

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


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

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


Index: AutoExpand.py
===================================================================
RCS file: /cvsroot/idlefork/idle/AutoExpand.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** AutoExpand.py	2001/07/12 22:13:51	1.3
--- AutoExpand.py	2002/01/19 10:36:54	1.4
***************
*** 8,19 ****
  class AutoExpand:
  
-     keydefs = {
-         '<<expand-word>>': ['<Alt-slash>'],
-     }
- 
-     unix_keydefs = {
-         '<<expand-word>>': ['<Meta-slash>', '<Alt-slash>'],
-     }
- 
      menudefs = [
          ('edit', [
--- 8,11 ----