{% extends 'base.html' %} {% block title %}Keyboard shortcuts{% endblock %} {% block header %}Shortcuts{% endblock %} {% block body %}

To set a hotkey for a function, click on its text box, and then hit the combination of keys you'd like to use. To disable any function, uncheck its checkbox. Click Save when done.

{% for cat, catsets in categorized_settings.items() %} {% for k, v in catsets.items() %} {% endfor %} {% endfor %}
Setting Shortcut Enabled
{{ cat }}
{{ setting_descs[k] or k}}  
{% endblock %}