X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FFGKeyboardInput.cxx;h=3f5bdfcb2cfacb12b66094b545ab3e404b8bbf11;hb=e59fabaf8276a0f49266e47ff2f59a93b0c7700c;hp=f5eea9b3f7777d74494f43639f8afe0cd5a33607;hpb=644bb8c4f4dc65f38d32f70ef686a4fd79cfe08d;p=flightgear.git diff --git a/src/Input/FGKeyboardInput.cxx b/src/Input/FGKeyboardInput.cxx index f5eea9b3f..3f5bdfcb2 100644 --- a/src/Input/FGKeyboardInput.cxx +++ b/src/Input/FGKeyboardInput.cxx @@ -133,7 +133,7 @@ void FGKeyboardInput::postinit() void FGKeyboardInput::bind() { - _tiedProperties.setRoot(fgGetNode("/device/status", true)); + _tiedProperties.setRoot(fgGetNode("/devices/status", true)); _tiedProperties.Tie("keyboard", getModifiers); _tiedProperties.Tie("keyboard/shift", getModShift); _tiedProperties.Tie("keyboard/ctrl", getModCtrl);