summaryrefslogtreecommitdiffstats
path: root/client/components/main/keyboardShortcuts.tpl.jade
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/keyboardShortcuts.tpl.jade')
-rw-r--r--client/components/main/keyboardShortcuts.tpl.jade9
1 files changed, 8 insertions, 1 deletions
diff --git a/client/components/main/keyboardShortcuts.tpl.jade b/client/components/main/keyboardShortcuts.tpl.jade
index 321c2b0a..d10068ed 100644
--- a/client/components/main/keyboardShortcuts.tpl.jade
+++ b/client/components/main/keyboardShortcuts.tpl.jade
@@ -1,4 +1,11 @@
-.wrapper
+.wrapper.shortcuts-list
h2
i.fa.fa-keyboard-o
| Keyboard shortcuts
+
+ each mapping
+ .shortcuts-list-item
+ .shortcuts-list-item-keys
+ each keys
+ kbd= this
+ .shortcuts-list-item-action= action