NAME
Tk::AppWindow::Ext::Keyboard - adding easy keyboard bindings
SYNOPSIS
my $app = new Tk::AppWindow(@options,
-extensions => ['Keyboard'],
);
$app->MainLoop;
DESCRIPTION
CONFIG VARIABLES
- Switch: -keyboardboardbindings
-
Default value is an empty list.
Specify a paired list of keyboard bindings.
METHODS
- AddBinding($command, $key)
-
Adds a keyboard binding to the MainWindow object.
- Convert2Tk($key)
-
Converts the modern description of a keyboard to to the Tk version. For example, 'CTRL+C' becomes 'Control-c'.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.
SEE ALSO
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 85:
Unterminated B<...> sequence