Jump to content

[FIXED] Kneeboard keybindings conflict bug and how to fix it


Norpa

Recommended Posts

Most kneeboard keybindings are orange and not usable if in Options -> Controls page any other plane than JF-17 is selected when game is loaded ( See attached picture).

 

How to fix:

edit defaults.lua in DCSWorld\Mods\aircraft\JF-17\Input\JF-17\keyboard folder as follows

 

before

--local res = external_profile(folder.."common_keyboard_binding.lua")
local res = external_profile("Config/Input/Aircrafts/common_keyboard_binding.lua")

local inputpath = folder.."../../../Input/JF-17/"
local cscripts = folder.."../../../Cockpit/Scripts/"
dofile(cscripts.."command_defs.lua")
dofile(cscripts.."devices.lua")

 

after

--local res = external_profile(folder.."common_keyboard_binding.lua")

local inputpath = folder.."../../../Input/JF-17/"
local cscripts = folder.."../../../Cockpit/Scripts/"
dofile(cscripts.."command_defs.lua")
dofile(cscripts.."devices.lua")
local res = external_profile("Config/Input/Aircrafts/common_keyboard_binding.lua")

By moving "local res = external_profile("Config/Input/Aircrafts/common_keyboard_binding.lua")" line after "dofile(cscripts.."devices.lua")" line seems to fix this.


Edited by uboats
Link to comment
Share on other sites

Thanks!

Will fix it soon!

 

fixed internally, but probably missed upcoming 2.5.6 update

 

Sent from my iPhone using Tapatalk


Edited by uboats

[sIGPIC][/sIGPIC]

My DCS Mods, Skins, Utilities and Scripts

 

| Windows 10 | i7-4790K | GTX 980Ti Hybrid | 32GB RAM | 3TB SSD |

| TM Warthog Stick | CH Pro Throttle + Pro Pedal | TIR5 Pro | TM MFD Cougar | Gun Camera: PrtScn |

Link to comment
Share on other sites

  • Recently Browsing   0 members

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