I like to work only on the keyboard. What for? Because when you use a mouse, you have to grab it. Loss of time.
On the other hand, it sometimes seems that every application has built-in built-in keyboards. Do not talk about BIOS properties or OS settings. Therefore, I put together short keys that can be quite quick (i.e., you type ctrl-right (arrow) directly to the right faster than holding your finger to the right (arrow) :).
Here are some keyboard shortcuts that I consider the most valuable (works on Windows, I'm not sure about OSX):
ctrl-right: Go to the end of the previous/the next word (stated before) ctrl-left: Go to the beginning of the previous/the word before (stated before) ctrl-up: Go to the beginning of this paragraph (or to the next paragraph over this) ctrl-down: Go to the end of this paragraph (or to the next paragraph after this) ctrl-pos1: Go to the beginning of the file ctrl-end: Go to the end of the file
All this can be combined with the shift key, so that when you select text, text will be selected. Now let go of the weirder things:
alt-esc: Get the actual application into the background ctrl-esc: This is like pressing the "start-button" in Windows: You can navigate with arrow keys or shortcuts to start programs from here ctrl-l: While using Firefos this accesses the URL-entry-field to simply type URLs (does not work on stackoverflow :) ctrl-tab, ctrl-pageup ctrl-pagedwn Navigate through tabs (even in your development environment)
So these are the most used shortcuts that I need during programming.
Georgi 05 Oct '08 at 2:46
source share