- {{ _('Find') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+F)') }} {% else %} {{ _(' (Ctrl+F)') }}{%- endif %}
- {{ _('Find Next') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+G)') }} {% else %} {{ _(' (Ctrl+G)') }}{%- endif %}
- {{ _('Find Previous') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+Shift+G)') }} {% else %} {{ _(' (Ctrl+Shift+G)') }}{%- endif %}
- {{ _('Persistent Find') }}
- {{ _('Replace') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+Shift+F)') }} {% else %} {{ _(' (Ctrl+Shift+F)') }}{%- endif %}
- {{ _('Replace All') }}
- {{ _('Jump (Alt+G)') }}
- {{ _('Indent Selection (Tab)') }}
- {{ _('Unindent Selection (Shift+Tab)') }}
- {{ _('Inline Comment Selection') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+/)') }} {% else %} {{ _(' (Ctrl+/)') }}{%- endif %}
- {{ _('Inline Uncomment Selection') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+.)') }} {% else %} {{ _(' (Ctrl+.)') }}{%- endif %}
- {{ _('Block Comment/Uncomment Selection') }}{% if client_platform == 'macos' -%} {{ _(' (Shift+Cmd+/)') }} {% else %} {{ _(' (Shift+Ctrl+/)') }}{%- endif %}
- {{ _('Format SQL') }}{% if client_platform == 'macos' -%} {{ _(' (Shift+Cmd+K)') }} {% else %} {{ _(' (Shift+Ctrl+K)') }}{%- endif %}
- {{ _('Manage Macros...') }} {% if macros|length > 0 %} {% endif %} {% for i in macros %}
- {{ _(i.name)|e }} ({{ i.key_label }}) {% endfor %}
{{ _('Loading...') }}