From 35c59c5d63ce85add71236b9092d7ed1d51b7f8a Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Tue, 30 Aug 2022 10:18:18 -0600 Subject: [PATCH] Rename localeKeyboardSwitcher => keyboardLocaleSwitcher, see https://github.com/phetsims/chipper/issues/1316 --- js/localeProperty.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/localeProperty.ts b/js/localeProperty.ts index c539b399..30ecb7ef 100644 --- a/js/localeProperty.ts +++ b/js/localeProperty.ts @@ -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' ];