Jump to content

Recommended Posts

Posted (edited)

I don't know what happened. I had assigned the "apps" key to be a switch a couple of weeks ago, and now I can't find it in the keys list to make an assignment.

 

Anyone know where to find the file that assigned switches are stored?

Edited by SGT Coyle
solved

Night Ops in the Harrier

IYAOYAS


 
Posted

Thanks,

 

C:\Users\YOUR_USER_NAME\Saved Games\DCS\Config\Input has a a file:

modifiers.lua.

 

return {
["RAlt"] = {key = "RAlt", device = "Keyboard", switch = false},
["RCtrl"] = {key = "RCtrl", device = "Keyboard", switch = false},
["LWin"] = {key = "LWin", device = "Keyboard", switch = false},
["LShift"] = {key = "LShift", device = "Keyboard", switch = false},
["LAlt"] = {key = "LAlt", device = "Keyboard", switch = false},
["RWin"] = {key = "RWin", device = "Keyboard", switch = false},
["RShift"] = {key = "RShift", device = "Keyboard", switch = false},
["Apps"] = {key = "Apps", device = "Keyboard", switch = true},
["LCtrl"] = {key = "LCtrl", device = "Keyboard", switch = false},
}

 

Pretty self-explanatory. Doesn't explain why I "Apps" key didnt show up in the drop down menu, but it does now and I've given up looking gift horses in the mouth.

LOL

Night Ops in the Harrier

IYAOYAS


 
  • Recently Browsing   0 members

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