[RU]
Горячие клавиши позволяют запускать выполнение ряда функций программы с клавиатуры, что в свою очередь повышает производительность
Shift + F1 - создать новый лист для работы с СУБД Oracle
Shift + F2 - создать новый лист для работы с базами SQLite
Shift + F3 - создать новый лист для работы с СУБД PostgreSQL
Shift + F4 - создать новый лист для работы с СУБД MySQL
Shift + F5 - создать новый лист для работы с СУБД MSSQL Server
F2 - разобрать SQL запросы и показать список команд которые будут выполнены ядром
F3 - удалить текущий активный лист
F4 - Показать план выполнения запроса на текущем листе/выделенного запроса
F5 или F8 - выполнить выделенный запрос/все запросы на листе/выделенные запросы
F6 - показать содержимое выделенной таблицы | показать содержимое таблицы в название которой установлен курсор (отображаются первые n строк, зависит от размера окна Data)
Ctrl + F1 - показать главное окно программы
Ctrl + G - показать свойства выделенной таблицы (из текста редактора)
Ctrl + W - создать алиас для выделенного запроса
Ctrl + F - поиск текста в редакторе
Ctrl + R - поиск и замена текста в редакторе
Ctrl + T - создать копию текущего листа (новый лист автоматически подключается к БД) для СУБД Oracle
Ctrl + F10 - показать детальную информацию о подключении листа
Ctrl + F12 - остановить загрузку данных в дерево объектов
Ctrl + K - выделить текущий запрос (работает при корректном указании разделителей запросов/команд)
Ctrl + Inter - выполнить текущий запрос (выделенный) или все на листе
Alt + F1 - показать главное окно программы
Alt + F2 - показать менеджер соединения с базой данных
Alt + F3 - сформировать и показать краткий отчет о состоянии БД
Alt + E - показать код создания выделенного объекта в редакторе (DDL)
Alt + F6 - показать список колонок и их тип в сетке редактора
[EN]
Hot keys allow you to launch a number of program functions from the keyboard, which in turn improves performance
Shift + F1 - create a new sheet to work with Oracle DBMS
Shift + F2 - create a new sheet to work with SQLite databases
Shift + F3 - create a new sheet for working with PostgreSQL DBMS
Shift + F4 - create a new sheet to work with MySQL DBMS
Shift + F5 - create a new sheet for working with MSSQL Server DBMS
F2 - parse SQL queries and show a list of commands that will be executed by the kernel
F3 - delete current active sheet
F4 - Show query execution plan on current sheet/selected query
F5 or F8 - execute the selected query / all queries on the sheet / selected queries
F6 - show the contents of the selected table | show the contents of the table in the name of which the cursor is set (the first n rows are displayed, depends on the size of the Data window)
Ctrl + F1 - show the main program window
Ctrl + G - show selected table properties (from editor text)
Ctrl + W - create an alias for the selected query
Ctrl + F - search for text in the editor
Ctrl + R - find and replace text in the editor
Ctrl + T - create a copy of the current sheet (the new sheet is automatically connected to the database) for Oracle DBMS
Ctrl + F10 - show detailed information about the sheet connection
Ctrl + F12 - stop loading data into the object tree
Ctrl + K - highlight the current request (works if the query/command separators are specified correctly)
Ctrl + Inter - execute the current query (selected) or all on the sheet
Alt + F1 - show the main program window
Alt + F2 - show database connection manager
Alt + F3 - generate and show a brief report on the state of the database
Alt + E - show the code for creating the selected object in the editor (DDL)
Alt + F6 - show a list of columns and their type in the editor grid