- {{#each hotkeyInputInformation in getHotkeyInputInformationList}}
- {{>inputText (extend hotkeyInputInformation class='hotkey')}}
- {{/each}}
+ {{#let lists=getHotkeyInputInformationLists}}
+
+
+ {{>hotkeysFormTable inputs=lists.left}}
+
+
+ {{>hotkeysFormTable inputs=lists.right}}
+
+
+ {{/let}}
{{#button class='btn btn-danger pull-left m-r-1' action='resetDefaults'}}Reset to Defaults{{/button}}
@@ -11,3 +18,22 @@
{{/form}}