Flag This Hub

Programming.a.baby - (Windows) Text Shortcut keys

By


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

  1. You will work 5X or more Faster
  2. Prevent accidents with mouse failures, dragging docs or folders inside folders, or mixing text code
  3. To maintain the hands in synchrony, is better for health
  4. 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.

  1. Now lets go Extreme Up using this combination of Keyboard Keys:
    CTRL + HOME Keys
  2. Ok, now that you are UP, lets go Extreme down:
    CTRL + END Keys
  3. Now, go Extreme Left:
    HOME Key
  4. 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

  1. Lets go a Page Up using this combination of Keyboard Keys:
    Page UP Key
  2. Now, lets go a Page down:
    Page Down Key
  3. Go a Word Left:
    CTRL + Left Arrow Key
  4. 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

  1. Select the Entire Text inside your Editor:
    CTRL + A (Case your System is English or French)
    CTRL + T (Case your System is Portuguese)
  2. 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
  3. 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
  4. 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.

  1. To copy:
    CTRL + C
  2. To Paste:
    CTRL +V
  3. To Copy Deleting Previous text:
    CTRL + X
  4. To Undone (case you make a mystake):
    CTRL + Z
  5. 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.

Submit a Comment
Members and Guests

Sign in or sign up and post using a hubpages account.



    Like this Hub?
    Please wait working