The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Wx::Dialog::KeyBindings - a dialog to show and configure key bindings

DESCRIPTION

This dialog lets the user search for an action and then configure a new shortcut if needed

PUBLIC API

new

  my $key_bindings = Padre::Wx::Dialog::KeyBindings->new($main);

Returns a new Padre::Wx::Dialog::KeyBindings instance

show

  $key_bindings->show($main);

Shows the dialog. Returns undef.

COPYRIGHT & LICENSE

Copyright 2008-2011 The Padre development team as listed in Padre.pm.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.