From 241ca53e4705c389b40c3a133727a2833085ae28 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 11 Mar 2016 23:01:38 -0500 Subject: Added "?" to display list of keyboard shortcuts --- app/Controller/Doc.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/Controller') diff --git a/app/Controller/Doc.php b/app/Controller/Doc.php index 6f309d48..f85326ac 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')); + } } -- cgit v1.2.3