Skip to content

Commit

Permalink
remove shift keyboard step for phetsims/scenery-phet#341
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jan 18, 2018
1 parent 8e7e71b commit f6123a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/lab/view/PegControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ define( function( require ) {
tickLabelSpacing: 1,

// a11y
keyboardStep: 2,
shiftKeyboardStep: 1
keyboardStep: 2
} );

// major tick labels for slider that controls binary probability
Expand Down

0 comments on commit f6123a3

Please sign in to comment.