Hmmm, has anyone tried reading the key map ini? That might help us find the hidden button(s), although it isn't written out like "A = Strafe Left." But it wouldn't hurt to look...
' Wrote:The hail button...while I don't know the key for it...it is the satellite looking thing above your scanner list. Click on an NPC then click the button and they tell you what they are friggin up to...or...in the case of non-vanilla NPCs in non-vanilla systems;
"This is......travelling from the....system....We're on patrol to the.....system"
"Proceed three!"
EDIT: I stand corrected, the ini file (UserKeyMap) is written out in a way that if you messed around with it enough you could figure out the buttons.
For example:
Code:
[KeyCmd]
nickname = USER_WARP
key = 74,ALT
[KeyCmd]
nickname = USER_SCREEN_SHOT
key = 44
ALT is pretty straight forward while key 44 is something you would have to look up. Also, does anyone know what USER_WARP could mean?