{{ _("Keyboard Shortcuts") }}

<% _.each(keybindings, function(binding) { if (binding.title) { %> <% } }); %>
{{ _("Keys") }} {{ _("Action") }}
<% _.each(binding.keys.split(' '), function(keystroke) { %> <% var keys = keystroke.split('+') %> <% _.forEach(keys, function(key, idx) { %> <%= key %> <%= (idx < (keys.length - 1)) ? '+' : '' %> <% }); %> <% }); %> <%= binding.title %>