summaryrefslogtreecommitdiff
path: root/app/Template/config
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-24 19:31:34 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-24 19:31:34 -0400
commitcead21691e449707e17dba4ef0be3f8ce0ee42f5 (patch)
treebbe11e3c4f3a73cde2ab8a4b1750f2db14521903 /app/Template/config
parent49d312d5a41ccfe23432ef0f00a6ae79c8fd558f (diff)
Removed useless keyboard shortcut
Diffstat (limited to 'app/Template/config')
-rw-r--r--app/Template/config/keyboard_shortcuts.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Template/config/keyboard_shortcuts.php b/app/Template/config/keyboard_shortcuts.php
index da532661..1b1a9477 100644
--- a/app/Template/config/keyboard_shortcuts.php
+++ b/app/Template/config/keyboard_shortcuts.php
@@ -19,7 +19,6 @@
<h3><?= t('Task view') ?></h3>
<ul>
<li><?= t('Edit task') ?> = <strong>e</strong></li>
- <li><?= t('Edit description') ?> = <strong>d</strong></li>
<li><?= t('New subtask') ?> = <strong>s</strong></li>
<li><?= t('New comment') ?> = <strong>c</strong></li>
<li><?= t('New internal link') ?> = <strong>l</strong></li>
@@ -33,4 +32,4 @@
<li><?= t('Close dialog box') ?> = <strong>ESC</strong></li>
<li><?= t('Submit a form') ?> = <strong>CTRL+ENTER</strong> <?= t('or') ?> <strong>⌘+ENTER</strong></li>
</ul>
-</div> \ No newline at end of file
+</div>