Programming.a.baby - (Windows) Text Shortcut keys
By pol1ce
First Steps
So, you want to be a programmer!
To Me, The first thing i teach my students is:
To Work With Keyboard Short Keys
This is Very important for a Programmer for the Following Reasons:so you can produce faster
- You will work 5X or more Faster
- Prevent accidents with mouse failures, dragging docs or folders inside folders, or mixing text code
- To maintain the hands in synchrony, is better for health
- You will use less processor and memory if you don't use the mouse
I've +++Years Experience in programming, believe me, this is necessary
---
Extreme Direction Keys
What's This?!
Understand that when you are writing text or text code, you will want to navigate to the extreme 4 positions faster.
Extreme - UP, Down, Left, Right
Try open a text document with notepad or other windows editor.
Now write some 20 lines of text or more and stop.
- Now lets go Extreme Up using this combination of Keyboard Keys:
CTRL + HOME Keys - Ok, now that you are UP, lets go Extreme down:
CTRL + END Keys - Now, go Extreme Left:
HOME Key And Finaly, Extreme Right:
END Key
---
Part Direction Keys
But, now supose that you only want to navigate a bit for the 4 ways.
Part - UP, Down, Left, Right
- Lets go a Page Up using this combination of Keyboard Keys:
Page UP Key - Now, lets go a Page down:
Page Down Key - Go a Word Left:
CTRL + Left Arrow Key And Finaly, Extreme Right:
CTRL + Right Arrow Key
---
Highlighting / Selecting
Highlighting/Selecting text is a good idea so you can Copy or Paste it into any where you want.
Ok, get ready to make the following exercises.
Each time you do a step, you can Hit the Key ESC (Escape) to unselect text
- Select the Entire Text inside your Editor:
CTRL + A (Case your System is English or French)
CTRL + T (Case your System is Portuguese) - Select only a letter at your left or at your right:
SHIFT + Left Arrow Or SHIFT + Right Arrow Keys
Each time yoou click the arrow key, you will highlight a letter - Select a word or more at your left or at your right:
(CTRL + Shift) + Left Arrow Or (CTRL + SHIFT) + Right Arrow
Keys Each time you click the arrow key, you will highlight a word - Select an entire phrase: First, click the Key HOME so you can place the cursor at the begin of the phrase now you will use:
SHIFT + End Keys
Or try the oposite, placing cursor at End of phrase by hiting the END key and then use:
SHIFT + End Keys
---
Basic Copy Shortcut keys
These ones are very easy, and almost everyone know it.
- To copy:
CTRL + C - To Paste:
CTRL +V - To Copy Deleting Previous text:
CTRL + X - To Undone (case you make a mystake):
CTRL + Z - To ReDone (After you thought you did a mystake, but was false alarm):
CTRL + Y
---
More Articles on this Theme
.
Next Articles
- (Windows) Fast Shortcut Keys
- (WebDesign) Create simple Web Page--->
|||
<--- Previous Article - (Programming) High/Low Level Languages
Copyrights Info
All images here and almost all images used within my Hubs where created and made by ME.
All copyrights bellong to me and i share it with Hubpages.
Any question, please send me a message, Thz
Comments
No comments yet.