That would require someone who uses it, as it would need testing. Which rules me out .
Chances are btw that it is sufficient to remove the callback, so not
def handleKey(self, key, callback=None): ConfigText.handleKey(self, key, callback)but
def handleKey(self, key): ConfigText.handleKey(self, key)
Worked thanks!