Jump to content

Key Code List?


ceano

Recommended Posts

Is there a key code list with all the names of the different keys you can use in the inputUserMappings.xml, i am trying to find the "Scroll Lock" key but i cat find it in the file?

Edited by ceano
Link to comment
Share on other sites

Did try with Scroll before i wrote here and it didn't work?, the funny thing is that call vehicle is default bound to "Scroll Lock" key but it is not in the inputUserMappings.xml??

 

 

 

Sorry i was to sleepy when i wrote the above last night ;)

 

What i try to do is to disable the default "Scroll Lock" to call the vehicle, but it isn't in the inputUserMappings.xml?? file so i can change it.

Edited by ceano
Link to comment
Share on other sites

Sorry i was to sleepy when i wrote the last post ;)

 

What i try to do is to disable the default "Scroll Lock" to call the vehicle, but it isn't in the inputUserMappings.xml?? file so i can change it.

Link to comment
Share on other sites

I don't know if you can disable it, you could try deleting this section in inputUserMappings.xml.

 </mapping>

	<mapping name="CallVehicle_Button" type="Button" >
		<button id="IK_Pad_DigitRight" />
		<button id="IK_Scroll" overridableUI="callVehicle"/>
    </mapping> 

Make a backup first.

Link to comment
Share on other sites

Thats the weird thing, in my original inputUserMappings.xml file it looks like this...

	<mapping name="CallVehicle_Button" type="Button" >
		<button id="IK_Pad_DigitRight" />
		<button id="IK_V" overridableUI="callVehicle"/>
    </mapping> 

...it says "IK_V" not "IK_Scroll" but still if i press [scroll Key] it calls the vehicle?

I have searched the whole file with Notepad ++ and there is no "IK_Scroll" in it?

Edited by ceano
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...