- {{ _('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 %}
- {{ _('Execute/Refresh') }}{{ _(' ({0})'.format(get_shortcut_text(shortcuts.execute_query))) }}
- {{ _('Explain') }}{{ _(' ({0})'.format(get_shortcut_text(shortcuts.explain_query))) }}
- {{ _('Explain Analyze') }}{{ _(' ({0})'.format(get_shortcut_text(shortcuts.explain_analyze_query))) }}
- {{ _('Explain Options') }}
- {{ _('Auto commit?') }}
- {{ _('Auto rollback?') }}
{% if display_connection_status %}
{% endif %}