combobox => [
action => [
t8('Save'),
- call => [ 'kivi.Part.save' ],
- disabled => !$may_edit ? t8('You do not have the permissions to access this function.') : undef,
+ call => [ 'kivi.Part.save' ],
+ disabled => !$may_edit ? t8('You do not have the permissions to access this function.') : undef,
+ accesskey => 'enter',
],
action => [
t8('Use as new'),