Ok. It got it working with the latest build of Terasology by adding the following legacy code into LocalPlayerSystem.java at line 130 right after:
processInput(entity, characterComp, characterMovementComponent);
updateCamera(characterComp, characterMovementComponent, characterComp...