diff --git a/ChangeLog b/ChangeLog index e80d35528..c3b345228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Version 1.0.27 (unreleased) Improvements: +* Added "?" to display list of keyboard shortcuts * Added new keyboard shortcuts for task view * Always display project name and task title in task views * Improve automatic action creation diff --git a/app/Controller/Doc.php b/app/Controller/Doc.php index 6f309d48c..f85326ac8 100644 --- a/app/Controller/Doc.php +++ b/app/Controller/Doc.php @@ -54,4 +54,12 @@ class Doc extends Base $this->response->html($this->helper->layout->app('doc/show', $this->readFile($filename))); } + + /** + * Display keyboard shortcut + */ + public function shortcuts() + { + $this->response->html($this->template->render('config/keyboard_shortcuts')); + } } diff --git a/app/Template/config/about.php b/app/Template/config/about.php index c7600d20a..75d1320ed 100644 --- a/app/Template/config/about.php +++ b/app/Template/config/about.php @@ -48,40 +48,7 @@ - -
-

- -

- -

- -

- -
+render('config/keyboard_shortcuts') ?>