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

@ -10,19 +10,6 @@ class CallTips:
menudefs = [
]
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
self.text = editwin.text