Added "?" to display list of keyboard shortcuts

This commit is contained in:
Frederic Guillot
2016-03-11 23:01:38 -05:00
parent 4f54a547fa
commit 241ca53e47
9 changed files with 54 additions and 35 deletions

View File

@@ -37,6 +37,7 @@
<body data-status-url="<?= $this->url->href('app', 'status') ?>"
data-login-url="<?= $this->url->href('auth', 'login') ?>"
data-markdown-preview-url="<?= $this->url->href('TaskHelper', 'preview') ?>"
data-keyboard-shortcut-url="<?= $this->url->href('Doc', 'shortcuts') ?>"
data-timezone="<?= $this->app->getTimezone() ?>"
data-js-lang="<?= $this->app->jsLang() ?>">