Jump to content

Fixed keyboard assignments


SparrowWing

Recommended Posts

Hi

 

The keys Num1, Num3, Num7 and Num9 have a fixed function assignment.  Although I assigned the radio messages 1-9 to these keys, when I pressed these keys, the camera was also panned.

 

I found the reason for this in the file binding2.dat. It contains the following entries:

 

action("Cam_Rot_135",State,key_NUMPAD3);
action("Cam_Red_225",State,key_NUMPAD1);
action("Cam_Red_315",State,key_NUMPAD7);
action("Cam_Red_45",State,key_NUMPAD9);

 

These are functions you can't configure via the user interface, so you can't delete them. This is a real bug.

 

There are two more entries which should be wrong as well.

 

action("Cam_Rot_Roll_N",State,key_NUMPAD7);
action("Cam_Red_Roll_P",State,key_NUMPAD9);


I found other entries which cannot be customized by the user.

 

action("ActivePause",Event,key_P);
action("Gunz",State,joy0_b0);
action("Key_Grab",State,key_SYSRQ);
action("Key_O",State,key_O+key_LCONTROL);
action("Mouse_LB",Event,mouse_b0);
action("Mouse_RB",State,mouse_b1);
action("Mouse_X",Event,mouse_axis_X);
action("Mouse_Y",Event,mouse_axis_Y);
action("Mouse_Z",Event,mouse_axis_Z);
action("NewWindow",Event,key_LCONTROL+key_N);
action("ReloadScene",Event,key_LCONTROL+key_R);
action("Show Score",State,key_TAB);
action("ShowDiags",Event,key_BACK+key_RCONTROL);
action("camCtrl",State,key_LCONTROL);
action("camShift",State,key_LSHIFT);
action("satCam",Event,key_F9);
action("test5",Event,key_L);
action("toggleConsole",Event,key_GRAVE);

 

I have not checked if they also cause problems.

 

Gert

Link to comment
Share on other sites

My profile ist "Simple joystick (TCA)".

 

My controllers are

 

CH Pro Pedals USB (joy0) (CH)
T.A320 Pilot (joy1) (Thrustmaster)
Flight Throttle Quadrant (joy2) (Saitek)
Flight Throttle Quadrant (joy3) (Saitek)

 

All binding files (binding1.dat - binding7.dat) from all profiles have these entries I mentioned.

 

I'm sure, it doesn't depends on profile or controllers. 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy & Terms of Use