The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Tk::AppWindow
Tk::AppWindow::BaseClasses::Extension

1 POD Error

The following errors were encountered while parsing the POD:

Around line 85:

Unterminated B<...> sequence