diff --git a/js/common/RAPConstants.js b/js/common/RAPConstants.js index c229b2fe..bcf00bbf 100644 --- a/js/common/RAPConstants.js +++ b/js/common/RAPConstants.js @@ -22,7 +22,7 @@ const RAPConstants = { // distance (in fitness) from max fitness that still indicates a successful proportion when both hands moving in the // same direction. See RAPRatio.movingInDirectionProperty - MOVING_IN_PROPORTION_FITNESS_THRESHOLD: .25, + MOVING_IN_PROPORTION_FITNESS_THRESHOLD: .3, // The value to multiple the keyboard step size by to get the shift + keydown step size SHIFT_KEY_MULTIPLIER: 1 / 5,