views:

331

answers:

2

I'm a keyboard shortcut addict. Eclipse has a nice feature which is the "Java stack trace console". However I am not able to find a nice way to get there without using the mouse.

i do alt-shift-q c to get to the console view, but then I want to switch to the "Java stack trace console" (or to any other of the consoles)

In the "open console" dialog, all consoles have a number, so I assume that I'm only missing the hotkey to precede the number.

+1  A: 

I assume you are running on the Windows platform.

Under Mac the default is cmd+F7 that allows you to open any view.

Check. Preferences > General > Keys. The "Next View" shortcut will allow you to open any view.

Koekiebox
Also check http://eclipse-tools.sourceforge.net/EclipseEmacsKeybindings_3_1.pdf
Koekiebox
This is not exactly what I wanted. I know how to get to the console-view itself (either by cmd+f7 or directly with alt-shift-q c) My "problem" arises when I get to the console and want to switch between open consoles
Nils Otto
A: 

Check my Eclipse Accessibility Plugin: http://www.martialjava.com/2010/07/eclipse-plugin-open-console/

Hope you like it!

nanda