Jump to content

Recommended Posts

Posted

The controls for "Next Kneeboard Page" and "Previous Kneeboard Page" do nothing when assigned. Additionally, the fields are each labeled twice and in yellow. No amount of mapping or re-mapping does anything. Anyone encounter something like this? How do  you fix it? No mods.

Posted

Fixed this. As usual @Frederf came through in a separate thread. Apparently a well-known DCS issue I've been lucky enough to avoid until now.

 

Here's what I did:

C:\Users\<myusername>\saved games\DCS.openbeta\Config\Input\M-2000C\keyboard\Keyboard.diff.lua

 

I opened this file, then did ctrl-f for "knee" and found the following 2 blocks of code:

        ["d3001pnilunilcd100vd1vpnilvunil"] = {
            ["name"] = "Kneeboard Next Page",
            ["removed"] = {
                [1] = {
                    ["key"] = "]",
                },
            },
        },
        ["d3002pnilunilcd100vd1vpnilvunil"] = {
            ["name"] = "Kneeboard Previous Page",
            ["removed"] = {
                [1] = {
                    ["key"] = "[",
                },
            },
        },

I DELETED these lines of code (saved them along with the line number they were on, 106 for me, in case they are needed again). Saved the file then exited and re-opened DCS. It was fixed then. For a description of why this works and the history of this bug, see the below thread:

 

 

  • Like 2
  • Recently Browsing   0 members

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