Turbo C and Turbo C++ Keyboard Shortcuts List

Leave a Comment

Hello,

Well mouse is flexible to use but when time to work on keyboard, mouse slow down our work speed. Because we don't have enough time to open menu and select option inside that menu, so at that time best way is keyboard shortcuts. Many people don't know that you can control whole PC through keyboard only (i am not talking about such app which need mouse). But Operating System itself provide full control to Keyboard, so why afraid of using shortcuts???

I hope everyone know what is Turbo C++ is used for... In this also mouse slow down our working ability so there is list of shortcut keys with description.




Sr. No. Shortcut Key Description
1. F1 Help
All info related with C & C++ programming.
2. F2 Save
Save File
3. F3 Open File
Open any .c or .cpp file.
4. F4 Jump to Cursor
This feature execute program from that line where the keyboard cursor is located. It is same as debugging you can check previous output during this step by pressing Alt+F5.
5. F5 Zoom
Help to adjust File height on screen. (Not software height)
6. F6 Next
You can switch to next file.(works only if there are more than one file opened.)
7. F7 Trace into
Help to execute the program step by step. It is same as debugging you can check previous output during this step by pressing Alt+F5.
8. F8 Step Over
Help to execute the program step by step this is often used during Break point. It is same as debugging you can check previous output during this step by pressing Alt+F5.
9. F9 Make
Creates .obj file and .exe file.
10. F10 Menu
This help you can access Menu with keyboard.
11. Alt+F Open's File Menu
It open up File Menu. You can do this by pressing F10 and navigation keys.
12. Alt+E Open's Edit Menu
It open up Edit Menu. You can do this by pressing F10 and navigation keys.
13. Alt+S Open's Search Menu
It open up Search Menu. You can do this by pressing F10 and navigation keys.
14. Alt+R Open's Run Menu
It open up Run Menu. You can do this by pressing F10 and navigation keys.
15. Alt+C Open's Compile Menu
It open up Compile Menu. You can do this by pressing F10 and navigation keys.
16. Alt+D Open's Debug Menu
It open up Debug Menu. You can do this by pressing F10 and navigation keys.
17. Alt+P Open's Project Menu
It open up Project Menu. You can do this by pressing F10 and navigation keys.
18. Alt+O Open's Option Menu
It open up Option Menu. You can do this by pressing F10 and navigation keys.
19. Alt+W Open's Window Menu
It open up Window Menu. You can do this by pressing F10 and navigation keys.
20. Alt+H Open's Help Menu
It open up Help Menu. You can do this by pressing F10 and navigation keys.
21. Alt+X Exit
Exit the Software.
22. Alt+Backspace Undo
Undo changes made in program. Ctrl-Z does not work for this.
23. Shift+Alt+Backspace Redo
Redo changes made in program. Ctrl-Y does not work for this.
24. Shift+Delete Cut
Cut text from program. Ctrl-X does not work for this.
25. Ctrl+Insert Copy
Copy text from program. Ctrl-C does not work for this.
26. Shift+Insert Paste
Paste text in program. Ctrl-V does not work for this.
27. Shift+Delete Clear
Remove selected text from program. Only delete or backspace key does not work for remove selected text.
28. Ctrl+L Search Again
Search for string again which you entered in Find. Works only when you entered info in Find.
29. Alt+F7 Previous Error
Look toward previous error in program. Works only when there is error in programs.
30. Alt+F8 Next Error
Look toward next error in program. Works only when there is error in programs.
31. Ctrl+F9 Run
Execute Program if there is no error in program and it will generate output. Output appear on console screen but only if there is getch() function used.
32. Ctrl+F9 Run
Execute Program if there is no error in program and it will generate output. Output appear on console screen but only if there is getch() function used. If there is any mistake in program then it will show error.(Warning skip during this,but you can check warning through Compile Alt+F9)
33. Alt+F9 Compile
Compile the Program if there is no error in program but it will generate output. You can check warning and other info of program through this.
34. Alt+F4 Inspect
This used for inspect value of variable but this can be used during debugging.
35. Ctrl+F4 Evaluate/Modify
You can change the value of variables during debugging.
36. Ctrl+F3 Call Stack
37. Ctrl+F8 Toggle Breakpoints
Use this to stop program in middle during execution.
38. Ctrl+F5 Size/Move
After pressing Ctrl+F5 you can adjust height width of file window with the help of navigation keys.
39. Alt+F3 Close
You can close opened window like message window as well as any other Files in Software.
40. Alt+F5 User Screen
You can check previous/last generated output.
41. Shift+F1 Index
Reference List of all things which used in this software.
42. Ctrl+F7 Add Watch
You can put variable on watch during debugging which help to know variable status.
43. Ctrl+Y Delete Line
By pressing Ctrl+Y you can delete program line in File. Keep in mind it delete Top to down so keep your cursor at highest point.
44. Ctrl+T Delete Same String
It delete single string part next to the cursor. (Depends how it work!)
45. Ctrl+W Scroll Up
You can scroll Up with the help of Ctrl+W.
46. Ctrl+Z Scroll Down
You can scroll Down with the help of Ctrl+Z.
47. Insert Overwrite
You can overwrite content with the help of this mode. When overwriting mode is on then filled blinking keyboard cursor appear on screen.
48. Ctrl+R Page Up
You can Page Up with the help of Ctrl+R.
49. Ctrl+C Page Down
You can Page Down with the help of Ctrl+C.
50. Ctrl+B Smiley Symbol
You can create Smiley Symbol with the help of Ctrl+B. 


Hope it Help You!


If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment