Fulvio writes:
> bind $w {
> eval [excludeTextWidget %W]
> set ::showGameInfo [expr {! $::showGameInfo}]
> ::toggleGameInfo
> break
> }
>
>
> The "eval [" line disable the shortcut for text widgets (without
> this line, writing a comment with a comma will
Igor Sosa Mayor wrote:
> Hi again,
>
> sorry for asking again...
>
> I wnat to bind to showGameInfo. I put:
>
> bind $w {
> toggleGameInfo
> }
>
> or
>
> bind $w {
> ::toggleGameInfo
> }
>
> I also tried F12 (disabling the later bind to corresp
Hi again,
sorry for asking again...
I wnat to bind to showGameInfo. I put:
bind $w {
toggleGameInfo
}
or
bind $w {
::toggleGameInfo
}
I also tried F12 (disabling the later bind to correspondence) without
any success...
Any hi