keyboard shortcuts in Turbo C
Its a post for programming lovers .Today i am going to introduce you Turbo C compiler keyboard shortcuts.Keep visiting this site to be a programming expert.No more, it's time to start the lesson.Shortcut key | Description |
---|---|
F3 | Use to open saved file |
F2 | Use to save file |
Alt+x | To quit the program |
Atl+Backspace | Use to Undo |
Shift+alt+Backspace | Use to Redo |
F3 | Use to open saved files |
Shift+Delete | Cut |
Ctrl+Ins | Copy |
Shift+Ins | Paste |
Ctrl+Delete | Clear |
Ctrl+F9 | To run the program |
Ctrl+F9 | To run the program |
F4 | To run from specific part line by line |
Ctrl+F2 | To stop running line by line |
Alt+F9 | Compile source code |
F9 | Make .exe of compile program |
Alt+F4 | Check the value of pointer,variable,function etc. |
Ctrl+F8 | Move/Remove the cursor to the error line |
Hope these will helpful for dear users.Please leave a comment if this helpful. thanks
1 Response to "keyboard shortcuts in Turbo C"
1.
F1
For Help
2.
F2
Save
3.
F3
Open
4.
F4
Go to cursor
5.
F5
Zoom
6.
F6
Next
7.
F7
Trace into
8.
F8
Step over
9.
F9
Make
10.
F10
Menu
11.
Alt+X
Quit
12.
Alt+Bksp
Undo
13.
Shift+Alt+Bksp
Redo
14.
Shift+Del
Cut
15.
Ctrl+Ins
Copy
16.
Shift+Ins
Paste
17.
Ctrl+Del
Clear
18.
Ctrl+L
Search again
19.
Alt+F7
Previous error
20.
Alt+F8
Next error
21.
Ctrl+F9
Run
22.
Ctrl+F2
Program reset
23.
Alt+F9
Compile
24.
Alt+F4
Inspect
25.
Ctrl+F4
Evaluate/Modify
26.
Ctrl+F3
Call stack
27.
Ctrl+F8
Toggle breakpoint
28.
Ctrl+F5
Size/Move
29.
Alt+F3
Close
30.
Alt+F5
User screen
31.
Alt+0
List all
32.
Shift+F1
Index
33.
Ctrl+F1
Topic search
34.
Alt+F1
Previous topic
35.
Ctrl+F7
Add watch
Post a Comment
leave a comment