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


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

PUBLIC API

Top

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

Top


Padre documentation  | view source Contained in the Padre distribution.