2009-10-27 23:50:43 UTC
Hi Randolf,
It seems that the problem is in shortcut.tcl localized, with two procedures, repcont and remkpkr.
So, using the repcont from Ayam1.14 and modifying remkpkr like this :
proc remkpkr { string } {
regsub -all "KeyPress-" $string "" dummy
regsub -all "KeyRelease-" $string "" dummy
return $dummy
}
all seems working (the new toolbox.tcl also).
Do you mean that it can be a good workaround ?
Best regards,
Sergio