diff --git a/src/Template/Bake/Element/form.twig b/src/Template/Bake/Element/form.twig index ce300ee3..dbba281d 100644 --- a/src/Template/Bake/Element/form.twig +++ b/src/Template/Bake/Element/form.twig @@ -71,7 +71,7 @@ - Form->submit(__('Submit')); ?> + Form->submit(__('Submit'), ['accesskey' => 's']); ?> Form->end(); ?> diff --git a/src/Template/Bake/Template/index.twig b/src/Template/Bake/Template/index.twig index 9ec7ad20..f42ac6e2 100644 --- a/src/Template/Bake/Template/index.twig +++ b/src/Template/Bake/Template/index.twig @@ -19,7 +19,7 @@

{{ pluralHumanName }} -
Html->link(__('New'), ['action' => 'add'], ['class'=>'btn btn-success btn-xs']) ?>
+
Html->link(__('New'), ['action' => 'add', 'accesskey' => 'n'], ['class'=>'btn btn-success btn-xs']) ?>

@@ -90,4 +90,4 @@ - \ No newline at end of file +