{% trans "Open command tool" %}
{% if 'Macintosh' in request.META.HTTP_USER_AGENT %}
{% include "unfold/helpers/shortcut.html" with icon="keyboard_command_key" shortcut="k" %}
{% else %}
{% include "unfold/helpers/shortcut.html" with icon="keyboard_control_key" shortcut="k" %}
{% endif %}
{% trans "Open shortcuts list" %}
{% include "unfold/helpers/shortcut.html" with icon="shift" shortcut="?" %}
{% trans "Toggle sidebar" %}
{% include "unfold/helpers/shortcut.html" with shortcut="[" %}
{% trans "Toggle dark/light mode" %}
{% if 'Macintosh' in request.META.HTTP_USER_AGENT %}
{% include "unfold/helpers/shortcut.html" with icon="keyboard_command_key" shortcut="e" %}
{% else %}
{% include "unfold/helpers/shortcut.html" with icon="keyboard_control_key" shortcut="e" %}
{% endif %}
{% trans "Changelist shortcuts" %}
{% trans "Toggle filter" %}
{% include "unfold/helpers/shortcut.html" with shortcut="f" %}
{% trans "Create new record" %}
{% include "unfold/helpers/shortcut.html" with shortcut="c" %}
{% trans "Command tool shortcuts" %}
{% trans "Navigate" %}
{% include "unfold/helpers/shortcut.html" with icon="arrow_downward_alt" %}
{% include "unfold/helpers/shortcut.html" with icon="arrow_upward_alt" %}
{% trans "Open selection" %}
{% include "unfold/helpers/shortcut.html" with icon="keyboard_return" %}
{% trans "Open selection in new tab" %}
{% if 'Macintosh' in request.META.HTTP_USER_AGENT %}
{% include "unfold/helpers/shortcut.html" with icon="keyboard_command_keykeyboard_return" %}
{% else %}
{% include "unfold/helpers/shortcut.html" with icon="keyboard_control_keykeyboard_return" %}
{% endif %}
{% trans "Clear" %}
{% include "unfold/helpers/shortcut.html" with shortcut="esc" %}