Z zzman70 New member Oct 25, 2009 #1 in perl tk how do i bind the addition sign? my code: $mw->bind("<Key-+>" => \&button); it doesn't work. i also tried <Key-Plus>, <Plus>, <Button-Plus> and some other phrases what is the correct phrase?
in perl tk how do i bind the addition sign? my code: $mw->bind("<Key-+>" => \&button); it doesn't work. i also tried <Key-Plus>, <Plus>, <Button-Plus> and some other phrases what is the correct phrase?