================================ Turbo C++ IDE keyboard shortcuts ================================ First published at 11/9/2023 on https://defkey.com/turbo-c-plus-plus-shortcuts Turbo C++ is a discontinued C++ compiler and integrated development environment (IDE) originally from Borland. It was developed as a home and hobbyist counterpart for Borland C++. Turbo C++ was initially released in May 1990. The latest stable version was released on September 5, 2006. Turbo C++ IDE has 55 shortcuts and we have listed all of them below. General ------- F1 Help Shift + F1 Open Turbo Help Index F2 Save F3 Open F4 Go to cursor F5 Zoom F6 Next F10 Menu Alt + F1 Go to the previous Topic Alt + F3 Close the opened file Alt + F4 Inspect Alt + F5 Open user screen/output screen Alt + 0 Open a list of all available files Alt + Backspace Undo Alt + Backspace + Shift Redo Alt + Enter Minimize or Maximize Ctrl + Del Delete selected code Ctrl + F1 Topic Search Ctrl + F2 Reset Opened Program Ctrl + F4 Modify/Evaluate Expression Ctrl + F5 Size/Move Ctrl + F8 Toggle between breakpoints Ctrl + L Search selected String Ctrl + N Add New Line Ctrl + S Save Ctrl + Y Delete Line Ctrl + K + B Select Starting Points Ctrl + K + K Select Ending Points Ctrl + K + H Hide Grey line of Selection Win Exit Alt + X Quit Shift + Del Cut Ctrl + Insert Copy Shift + Insert Paste Ctrl + K + C Paste Run/Debug --------- Ctrl + F9 Run code Alt + R + Enter Run code Ctrl + F7 Add Watch Alt + F9 Compile F9 Make F7 Trace into F8 Step over Alt + F7 Go to the previous Error Alt + F8 Go to the next Error Ctrl + F3 Call Stack Menus ----- Alt + C Open Compile menu option Alt + D Open Debug menu option Alt + E Open the Edit menu option Alt + F Open File menu option Alt + H Open the Help menu option Alt + O Open the option menu Alt + P Open Project menu option Alt + R Open Run menu option Alt + S Open Search menu option Alt + W Open Window menu option Last modified on (UTC): Thursday, November 9, 2023 Defkey © All rights reserved.