r***n 发帖数: 105 | 1 【 以下文字转载自 Linux 讨论区 】
发信人: risun (CD快乐之源), 信区: Linux
标 题: A question about Perl/tk binding
发信站: BBS 未名空间站 (Fri Feb 23 18:10:50 2007)
As an example, Press Ctrl and + at the same time to increase font size (for
Firefox).
How to do the following binding?
$canvas->CanvasBind('' => sub { increase($canvas,1.25,0,0);});
~~~
I don't know how to map "+" on the keyboard.
Thank you. |
|