+ {{#each-in this.shortcuts as |category shortcutCategory|}}
+
+ {{i18n
+ (concat "keyboard_shortcuts_help." category ".title")
+ }}
+
+ {{#each-in shortcutCategory.shortcuts as |name shortcut|}}
+ - {{html-safe shortcut}}
+ {{/each-in}}
+
+
+ {{/each-in}}
+