ceano Posted December 22, 2020 Share Posted December 22, 2020 (edited) 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 December 23, 2020 by ceano Link to comment Share on other sites More sharing options...
midgreezy Posted December 22, 2020 Share Posted December 22, 2020 (edited) AFAIK Scroll Lock is "Scroll" Here's a list that should work - https://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/keyset.html edit:words Edited December 22, 2020 by midgreezy Link to comment Share on other sites More sharing options...
ceano Posted December 23, 2020 Author Share Posted December 23, 2020 (edited) 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 December 23, 2020 by ceano Link to comment Share on other sites More sharing options...
midgreezy Posted December 23, 2020 Share Posted December 23, 2020 I don't know why it isn't working. Best guess there's a conflict somewhere. Link to comment Share on other sites More sharing options...
ceano Posted December 23, 2020 Author Share Posted December 23, 2020 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 More sharing options...
midgreezy Posted December 23, 2020 Share Posted December 23, 2020 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 More sharing options...
ceano Posted December 23, 2020 Author Share Posted December 23, 2020 (edited) 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 December 23, 2020 by ceano Link to comment Share on other sites More sharing options...
Recommended Posts