changeover to new keybinding configuration implementation

This commit is contained in:
Steven M. Gava 2002-01-19 10:41:51 +00:00
parent c628a06c70
commit 72c3bf076f
11 changed files with 50 additions and 109 deletions

View file

@ -43,19 +43,7 @@ class ParenMatch:
to the right of a right paren. I don't know how to do that in Tk,
so I haven't bothered.
"""
menudefs = []
keydefs = {
'<<flash-open-paren>>' : ('<KeyRelease-parenright>',
'<KeyRelease-bracketright>',
'<KeyRelease-braceright>'),
'<<check-restore>>' : ('<KeyPress>',),
}
windows_keydefs = {}
unix_keydefs = {}
iconf = idleconf.getsection('ParenMatch')
STYLE = iconf.getdef('style', 'default')
FLASH_DELAY = iconf.getint('flash-delay')