Skip to content

Commit

Permalink
support keyboard locale switching in state wrapper, phetsims/chipper#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 1, 2022
1 parent fce59b5 commit ca0e624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/localeProperty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const localeProperty = new StringProperty( phet.chipper.locale || 'en', {

if ( phet.chipper.queryParameters.keyboardLocaleSwitcher ) {

// DUPLICATION ALERT: don't change these without consulting PHET_IO_WRAPPERS/Client.wireUpKeyboardLocaleSwitcher()
const FORWARD_KEY = KeyboardUtils.KEY_I;
const BACKWARD_KEY = KeyboardUtils.KEY_U;

Expand Down

0 comments on commit ca0e624

Please sign in to comment.