Learning How Not To Use The Mouse

Recently, I started forcing myself to work without using the mouse. This meant that I needed to learn the shortcuts for a few key pieces of software I use at work.

One of them is Eclipse (from here):

[CTRL]+[SHIFT]+[K]
Finds the previous occurrence of the highlight text.

[CTRL]+[H]
Brings up the Search & Replace dialog.

[CTRL]+[SHIFT]+[R]
Open up any file.

[CTRL]+[Page Up]
[CTRL}+[Page Down]
Navigation between tabs.

[CTRL]+[M]
Maximize/Minimize Current View or Editor

[ALT]+[SHIFT]+[X],T
Run class as JUnit Test.