Default Key Bindings provided by Eclipse
1. Ctrl & Shift & T: Open type.
2. Ctrl & Shift - R:Open resource
3. F3 :Open declaration
4. Ctrl & Shift & G: Open references
5. Alt & Up/Down Arrow : Moves the line up/down
6. Alt & Left/Right Arrow : Moves sequentially to the last edited location
Customized Key Bindings:
1. F4 : Close Project
2. Shift & F4 : Open Project
3. Ctrl & + : Generate Getter Setters
4. Ctrl & Alt & k : Surround with try-catch