Showing posts with label paste. Show all posts
Showing posts with label paste. 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
