Instead of using the ships console panels is it possible to use hotkeys instead? For example I would like to be able to access the galaxy map directly. Is this possible?
I believe it would be possible to do your own hotkeys if you were to use something like AHK (http://www.autohotkeys.com).
If I remember right, you could assign a series of action to 1 single keypress, eg:
Press 1 for left panel
Press Q/E to navigate until the correct tab
Press W/S (or R/F) to move cursor up and down
Press Space to select Galaxy Map (or whatever)
So if you assigned "M" to this macro it'd execute all those steps for you.
Sorry it's been a while since I've mucked with it, but it SHOULD be possible to achieve what you want.