AcerのWindows MRでSteam VRを動かすとサムスティックの左右が作動しないのでここを見て
https://news.mynavi.jp/article/20180116-windows10report/
左右に視界を動かせるようになったのに今度は前に倒しての移動ができない
前にマーカーが出なくなったのですがどのようにdefault.vrsettingsを変更すればいいのでしょうか?

{
"driver_Holographic" : {
"renderTargetScale" : 1.0
},
"driver_Holographic_Experimental" : {
// Some people may experience increased discomfort such as nausea, motion sickness, dizziness,
// disorientation, headache, fatigue, or eye strain when using thumbstick controls in Windows Mixed Reality.
"thumbstickControlsEnabled" : true,
"thumbstickTurnRightEnabled" : true,
"thumbstickControlsReversed" : false,
"thumbstickTurnSmooth" : true,
"thumbstickDeadzone" : 0.25
},
"NoInterEyeRotation" : {
"DOOMVFRx64.exe" : true
}
}

今はこのように記述しています