Showing posts with label shortcut keys. Show all posts
Showing posts with label shortcut keys. Show all posts
Turbo C Shortcut Keys
Posted by Raj
Turbo C Shortcut Keys - Computer Keyboard Shortcuts
In this article,I will explain how to use keybord Shortcut Keys in Turbo C.we have to use Keyboard Shortcut Keys to Speed up progamming skills.I have selected list of most commonly-used keyboard shortcut keys for turbo C and C++.
Shortcut Keys used in turbo c programming
Shortcut Keys(Hot Keys) Operation
In this article,I will explain how to use keybord Shortcut Keys in Turbo C.we have to use Keyboard Shortcut Keys to Speed up progamming skills.I have selected list of most commonly-used keyboard shortcut keys for turbo C and C++.
Shortcut Keys used in turbo c programming
Shortcut Keys(Hot Keys) Operation
- Alt + F - Open file
- Alt + F3 - Close
- Alt + F + N - New file
- Alt + X - Exit turbo c
- Alt + F5 - Output Screen
- Alt + F + L - Check programme load or not.
- Alt + ENTER - Full screen
- Shift + Del - Cut
- Shift + Insert - Paste
- Ctr + Insert - Copy
- Alt+F9 - Compile a program
- Ctr + F8 Bbreak point
- Ctrl+F9 - To run a program
- Ctrl+s - To save a program
- Alt + BkSp - Undo
- Ctr + K + H - Deselect point
- Shift + Alt + BkSp - Redo
- Ctr + Del - Clear.
- Ctr + Y - Delete Line
- Alt + F7 - Previous Error
- Alt + F8 - Next Error
- Ctr + F2 - Program reset
- F1 - Help
- F2 - Save file
- F3 - Open file
- F5 - Minimize/Maximize
- F6 - Jump From One file to another
- F7 - Debug
- F8 - Step Over
- CTRL + KB - point to the start of a line to copy.
- CTRL + KK - point to the end of the line to copy.
- CTRL + KC - line of text to copy.
- CTRL + KV - PASTE
How to Copy paste in Turbo C
Posted by Raj
How to Copy paste in Turbo C
Shortcut Keys for Turbo C:
1.For Cut: "shift + delete"
2.For Copy: "ctr + insert"
3.For Paste: "shift + insert"
CTRL + KB - point to the start of a line to copy.
CTRL + KK - point to the end of the line to copy.
CTRL + KC - whole line of text to copy (CTRL + KB+CTRL + KK)
CTRL + KV - Paste
Shortcut Keys for Turbo C:
1.For Cut: "shift + delete"
2.For Copy: "ctr + insert"
3.For Paste: "shift + insert"
CTRL + KB - point to the start of a line to copy.
CTRL + KK - point to the end of the line to copy.
CTRL + KC - whole line of text to copy (CTRL + KB+CTRL + KK)
CTRL + KV - Paste
