What is Shortcut key in C++ | Full Detail
Turbo C++ A to Z shortcut keys
If you want to become a master in Turbo C ++, then it is necessary to know all the shortcut keys related to Turbo C ++ and it is also necessary to remember these shortcut keys only then you will be able to complete any task (like running a program) in Turbo C ++ as quickly as possible.
Let’s know all the shortcut keys related to Turbo C++ –
F1 = (Help) to open the help window
F2 = (Save) to save the file
F3 = (Open) To open saved files
F4 = (Go to Cursor)
F5 = (Zoom) to zoom
F6 = (Next) for next
F7 = Trace into
F8 = (Step over) for step over at the time of code running
F9=Make
F10 = (Menu) to go to menu
Ctrl + F1 = Topic search
Ctrl + F2 = (Program reset) for program reset
Ctrl + F3 = Call stack
Ctrl + F4 = Evaluate / Modify expression
Ctrl + F5 = (Size / Move) for size or move
Ctrl + F7 = Add watch
Ctrl + F8 Toggle between breakpoints
Ctrl + F9 or Alt + R + Enter = (Run) to run the program
Ctrl + L = Search selected string
Ctrl + N = (New line) Add a new line to the code
Ctrl + S = (Save) Save the program
Ctrl + Y = (Delete line) to delete the line
Ctrl + Del = (Clear) Select to delete the code
Ctrl + Ins = (Copy) To copy a program or text
Shift + Ins = (Paste) To paste the copied program or text
Shift + F1 = (Index) Go to index
Shift + Del = (Cut) Cut program or text
Alt + Backspace = (Undo) Undo
Alt + Shift + Backspace = (Redo) Redo
Alt + C = (Compile menu) to open the Compile menu option
Alt + D = (Debug menu) to open Debug menu option
Alt + E = (Edit menu) to open the edit menu option
Alt + F = (File menu) to open the file menu option
Alt + H = (Help menu) to open the help menu option
Alt + O = (Options menu) to open the options menu option
Alt + P = (Project menu) to open the Project menu option
Alt + R = (Run menu) to open the Run menu option
Alt + S = (Search menu) to open the search menu option
Alt + W = (Window menu) to open the window menu option
Alt + X = (Quit) Quit the program or Turbo C++
Alt + Enter = (Full screen / window) Toggle screen mode
Alt + F1 = (Previous topic) Go to the previous topic
Alt + 0 = (List all) Open a list of all available files.
Alt + F3 = (Close) To close the opened file
Alt + F4 = Inspect
Alt + F5 = User screen / Output screen
Alt + F7 = (Previous error) Go to previous error
Alt + F8 = (Next error) Go to next error
Alt + F9 = (Compile) to compile the code
Windows = (Exit) to exit Turbo C++
We have tried to give information about all the Shortcut keys related to Turbo C ++ through this post, hope that you must have got some new information from this post, if you have any suggestion, then comment below. Thank you for reading the post.