| Клавиши | Команда или действие | Описание |
| F1 | Help|Topic Search | Контекстная справка |
| Ctrl+F1 | Help|Topic Search | Контекстная справка |
| F3 | Search|Search Again | Продолжить поиск |
| Ctrl+0..9 | Goes to bookmark 0..9 | Перейти на закладку 0..9 |
| Ctrl+E | Search|Incremental Search | Инкрементный («наращиваемый») поиск |
| Ctrl+F | Search|Find | Найти… |
| Ctrl+I | Inserts a tab character | Вставить символ табуляции |
| Ctrl+J | Templates pop-up menu | Вызов контекстного меню шаблонов кода |
| Ctrl+N | Inserts a new line | Вставить новую строку |
| Ctrl+P | Causes next character to be interpreted as an ASCII sequence | Интерпретировать следующий символ как символ ASCII |
| Ctrl+R | Search|Replace | Найти и заменить… |
| Ctrl+S | File|Save | Сохранить |
| Ctrl+T | Deletes a word | Удалить слово целиком |
| Ctrl+Y | Deletes a line | Удалить строку целиком |
| Ctrl+Z | Edit|Undo | Отмена последней операции |
| Ctrl+[space] | Code Completion pop-up window | Вызов контекстного меню завершения кода |
| Ctrl+Shift+G | Inserts a new Globally Unique Identifier (GUID) (Delphi) | Вставить GUID |
| Ctrl+Shift+I | Indents block | Сдвинуть выделенный блок кода влево |
| Ctrl+Shift+U | Outdents block | Сдвинуть выделенный блок кода вправо |
| Ctrl+Shift+Y | Deletes to the end of a line | Удалить код до конца текущей строки |
| Ctrl+Shift+Z | Edit|Redo | Вернуть отмененное действие |
| Ctrl+Shift+[space] | Code Parameters pop-up window | Вызов контекстного меню параметров функций |
| Alt+[ | Finds the matching delimiter (forward) | Найти предыдущий разделитель |
| Alt+] | Finds the matching delimiter (backward) | Найти следующий разделитель |
| End | Moves to the end of a line | Перейти в конец строки |
| Home | Moves to the start of a line | Перейти в начало строки |
| Enter | Inserts a carriage return | Вставить символ возврата каретки |
| Ins | Turns insert mode on/off | Переключатель режима вставки/замены |
| Del | Deletes the character to the right of the cursor | Удалить символ справа от курсора |
| Backspace | Deletes the character to the left of the cursor | Удалить символ слева от курсора |
| Tab | Inserts a tab | Вставить символ табуляции |
| Space | Inserts a blank space | Вставить пробел |
| Left Arrow | Moves the cursor left one column, accounting for the autoindent setting | Перейти на одну позицию влево |
| Right Arrow | Moves the cursor right one column, accounting for the autoindent setting | Перейти на одну позицию вправо |
| Up Arrow | Moves up one line | Подняться на одну строку вверх |
| Down Arrow | Moves down one line | Опуститься на одну строку вниз |
| Page Up | Moves up one page | Переместиться на одну страницу вверх |
| Page Down | Moves down one page | Переместиться на одну страницу вниз |
| Ctrl+Left Arrow | Moves one word left | Переместиться на одно слово влево |
| Ctrl+Right Arrow | Moves one word right | Переместиться на одно слово вправо |
| Ctrl+Tab | Moves to the next code page (or file) | Переместиться на следующий файл кода |
| Ctrl+Shift+Tab | Moves to the previous code page (or file) | Переместиться на предыдущий файл кода |
| Ctrl+Backspace | Deletes the word to the right of the cursor | Удалить слово справа от курсора |
| Ctrl+Home | Moves to the top of a file | Переместиться в начало файла |
| Ctrl+End | Moves to the end of a file | Переместиться в конец файла |
| Ctrl+Del | Deletes a currently selected block | Удалить выделенный блок кода |
| Ctrl+Space | Inserts a blank space | Вставить пробел |
| Ctrl+PgDn | Moves to the bottom of a screen | Переместиться в нижнюю строку экрана |
| Ctrl+PgUp | Moves to the top of a screen | Переместиться в верхнюю строку экрана |
| Ctrl+Up Arrow | Scrolls up one line | Пролистать на одну строку вверх |
| Ctrl+Down Arrow | Scrolls down one line | Пролистать на одну строку вниз |
| Ctrl+Enter | Opens file at cursor | Открыть файл под курсором |
| Shift+Tab | Moves the cursor to the left one tab position | Переместить курсор на одну позицию табуляции влево |
| Shift+Backspace | Deletes the character to the left of the cursor | Удалить символ слева от курсора |
| Shift+Left Arrow | Selects the character to the left of the cursor | Выделить символ слева от курсора |
| Shift+Right Arrow | Selects the character to the right of the cursor | Выделить символ справа от курсора |
| Shift+Up Arrow | Moves the cursor up one line and selects from the left of the starting cursor position | Переместить курсор на одну строку вверх и выделить код до начальной позиции курсора |
| Shift+Down Arrow | Moves the cursor down one line and selects from the right of the starting cursor position | Переместить курсор на одну строку вниз и выделить код до начальной позиции курсора |
| Shift+PgUp | Moves the cursor up one screen and selects from the left of the starting cursor position | Переместить курсор на один экран вверх и выделить код до начальной позиции курсора |
| Shift+PgDn | Moves the cursor down one screen and selects from the right of the starting cursor position | Переместить курсор на один экран вниз и выделить код до начальной позиции курсора |
| Shift+End | Selects from the cursor position to the end of the current line | Выделить код до конца текущей строки |
| Shift+Home | Selects from the cursor position to the start of the current line | Выделить код до начала текущей строки |
| Shift+Space | Inserts a blank space | Вставить пробел |
| Shift+Enter | Inserts a new line with a carriage return | Вставить новую строку с возвратом каретки |
| Ctrl+Shift+Up Arrow | Moves to the procedure’s declaration | Перейти к объявлению процедуры или функции |
| Ctrl+Shift+Down Arrow | Moves to the procedure’s implementation | Перейти к реализации процедуры или функции |
| Ctrl+Shift+Up Arrow | Toggle between the interface and implementation sections | Перемещение между объявлением и реализацией процедуры или функции |
| Ctrl+Shift+Down Arrow | Toggle between the interface and implementation sections | Перемещение между объявлением и реализацией процедуры или функции |
| Ctrl+Shift+Left Arrow | Selects the word to the left of the cursor | Выделить слово слева от курсора |
| Ctrl+Shift+Right Arrow | Selects the word to the right of the cursor | Выделить слово справа от курсора |
| Ctrl+Shift+Home | Selects from the cursor position to the start of the current file | Выделить до начала файла |
| Ctrl+Shift+End | Selects from the cursor position to the end of the current file | Выделить до конца файла |
| Ctrl+Shift+PgDn | Selects from the cursor position to the bottom of the screen | Выделить до нижней строки экрана |
| Ctrl+Shift+PgUp | Selects from the cursor position to the top of the screen | Выделить до верхней строки экрана |
| Ctrl+Shift+Tab | Moves to the previous page | Перейти к предыдущей странице |
| Ctrl+Shift+0..9 | Sets bookmark 0..9 | Установить закладку 0..9 |
| Shift+Alt+arrow | Selects column-oriented blocks | Выделить вертикальный блок |
| Click+Alt+mousemove | Selects column-oriented blocks | Выделить вертикальный блок |
| Alt+Backspace | Edit|Undo | Отменить действие |
| Alt+Page Down | Goes to the next tab | Перейти к следующей позиции табуляции |
| Alt+Page Up | Goes to the previous tab | Перейти к предыдущей позиции табуляции |
| Alt+Right Arrow | For code browsing | Просмотр кода |
| Alt+Left Arrow | For code browsing | Просмотр кода |
| Alt+Shift+Backspace | Edit|Redo | Вернуть отмененное действие |
| Alt+Shift+Left Arrow | Selects the column to the left of the cursor | Выделить вертикальный блок слева от курсора |
| Alt+Shift+Right Arrow | Selects the column to the right of the cursor | Выделить вертикальный блок справа от курсора |
| Alt+Shift+Up Arrow | Moves the cursor up one line and selects the column from the left of the starting cursor position | Выделить вертикальный блок вверх от курсора |
| Alt+Shift+Down Arrow | Moves the cursor down one line and selects the column from the left of the starting cursor position | Выделить вертикальный блок вниз от курсора |
| Alt+Shift+Page Up | Moves the cursor up one screen and selects the column from the left of the starting cursor position | Выделить вертикальный блок до верхней строки экрана |
| Alt+Shift+Page Down | Moves the cursor down one screen and selects the column from the right of the starting cursor position | Выделить вертикальный блок до нижней строки экрана |
| Alt+Shift+End | Selects the column from the cursor position to the end of the current line | Выделить вертикальный блок до конца текущей строки |
| Alt+Shift+Home | Selects the column from the cursor position to the start of the current line | Выделить вертикальный блок до начала текущей строки |
| Ctrl+Alt+Shift+Left Arrow | Selects the column to the left of the cursor | Выделить вертикальный блок слева от курсора |
| Ctrl+Alt+Shift+Right Arrow | Selects the column to the right of the cursor | Выделить вертикальный блок справа от курсора |
| Ctrl+Alt+Shift+Home | Selects the column from the cursor position to the start of the current file | Выделить вертикальный блок до начала файла |
| Ctrl+Alt+Shift+End | Selects the column from the cursor position to the end of the current file | Выделить вертикальный блок до конца файла |
| Ctrl+Alt+Shift+Page Up | Selects the column from the cursor position to the bottom of the screen | Выделить вертикальный блок до нижней строки экрана |
| Ctrl+Alt+Shift+Page Down | Selects the column from the cursor position to the top of the screen | Выделить вертикальный блок до верхней строки экрана |
| Ctrl+Q+A | Search|Replace | Найти и заменить… |
| Ctrl+Q+B | Moves to the beginning of a block | Перейти в начало блока |
| Ctrl+Q+C | Moves to end of a file | Перейти в конец файла |
| Ctrl+Q+D | Moves to the end of a line | Перейти в конец строки |
| Ctrl+Q+E | Moves the cursor to the top of the window | Перейти на последнюю строку экрана |
| Ctrl+Q+F | Search|Find | Поиск… |
| Ctrl+Q+K | Moves to the end of a block | Перейти в конец блока |
| Ctrl+Q+P | Moves to previous position | Перейти к предыдущей позиции |
| Ctrl+Q+R | Moves to the beginning of a file | Перейти в начало файла |
| Ctrl+Q+S | Moves to the beginning of a line | Перейти в начало строки |
| Ctrl+Q+T | Moves the viewing editor so that the current line is placed at the top of the window | Перемещает окно редактора так, чтобы текущая строка была вверху экрана |
| Ctrl+Q+U | Moves the viewing editor so that the current line is placed at the bottom of the window, if possible | Перемещает окно редактора так, чтобы текущая строка была внизу экрана, если это возможно |
| Ctrl+Q+X | Moves the cursor to the bottom of the window | Перейти в нижнюю строку экрана |
| Ctrl+Q+Y | Deletes to the end of a line | Удалить код до конца строки |
| Ctrl+Q+[ | Finds the matching delimiter (forward) | Поиск предыдущего разделителя |
| Ctrl+Q+Ctrl+[ | Finds the matching delimiter (forward) | Поиск предыдущего разделителя |
| Ctrl+Q+] | Finds the matching delimiter (backward) | Поиск следующего разделителя |
| Ctrl+Q+Ctrl+] | Finds the matching delimiter (backward) | Поиск следующего разделителя |
| Ctrl+K+D | Accesses the menu bar | Доступ к панели меню |
| Ctrl+K+E | Changes a word to lowercase | Привести выделенный текст к нижнему регистру |
| Ctrl+K+F | Changes a word to uppercase | Привести выделенный текст к верхнему регистру |
| Ctrl+K+S | File|Save (Default and IDE Classic only) | Сохранить |
| Ctrl+K+0..9 | Sets bookmark 0..9 | Установить закладку 0..9 |
| Ctrl+K+Ctrl+0..9 | Sets bookmark 0..9 | Установить закладку 0..9 |
| Ctrl+Q+0..9 | Goes to bookmark 0..9 | Перейти на закладку 0..9 |
| Ctrl+Q+Ctrl+0..9 | Goes to bookmark 0..9 | Перейти на закладку 0..9 |
| Ctrl+O+A | Open file at cursor | Открыть файл под курсором |
| Ctrl+O+B | Browse symbol at cursor (Delphi only) | Найти объявление идентификатора под курсором |
| Ctrl+O+C | Turns on column blocking | Включение вертикального выделения |
| Ctrl+O+G | Search|Go to line number | Перейти на строку №… |
| Ctrl+O+K | Turns off column blocking | Отключение вертикального выделения |
| Ctrl+O+O | Inserts compiler options and directives | Вставить текущие директивы компилятора |
| Ctrl+O+U | Toggles case | Смена регистров |