for my $bar ($::request->layout->get('actionbar')) {
$bar->add_actions([ t8('Update'),
submit => [ '#form', { action_update => 1 } ],
+ id => 'update_button',
+ accesskey => '13',
]);
$bar->add_actions("combobox");
$bar->actions->[-1]->add_actions([ t8('Post'),
$bar->add_actions([ t8('Update'),
submit => [ '#form', { action_update => 1 } ],
disabled => !$::form->{id} && $::form->{locked},
+ id => 'update_button',
+ accesskey => '13',
]);
$bar->add_actions("combobox");
$bar->actions->[-1]->add_actions([ t8('Post'),
for my $bar ($::request->layout->get('actionbar')) {
$bar->add_actions([ t8('Update'),
submit => [ '#form', { action_update => 1 } ],
+ id => 'update_button',
+ accesskey => 'enter',
]);
$bar->add_actions("combobox");
$bar->actions->[-1]->add_actions([ t8('Save'),