Skip to content

Commit

Permalink
Rename localeKeyboardSwitcher => keyboardLocaleSwitcher, see phetsims…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 30, 2022
1 parent 1e5ca9d commit 35c59c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/localeProperty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const localeProperty = new StringProperty( phet.chipper.locale || 'en', {
validValues: locales
} );

if ( phet.chipper.queryParameters.localeKeyboardSwitcher ) {
if ( phet.chipper.queryParameters.keyboardLocaleSwitcher ) {

// Support qwerty and dvorak. u (back) and i (forward) on the physical keyboard
const forwardKeys = [ 'c', 'i' ];
Expand Down

0 comments on commit 35c59c5

Please sign in to comment.