Skip to content

Commit

Permalink
https://github.com/phetsims/phet-info/issues/168
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom authored Jan 21, 2022
1 parent 76be207 commit 0029dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/alternative-input-quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ globalKeyStateTracker.keydownEmitter.addListener( event => {

The Keyboard Shortcuts dialog is accessed by pressing the keyboard button in the navigation bar.
To make this button appear in the navigation bar, add `hasKeyboardHelpContent: true` to the Sim
constructor options in your main.js.
constructor options in your main.js or main.ts.

Each of your screens is then required to provide content for the dialog, via the
`keyboardHelpNode: {Node}` option to the Screen constructor. Instructions for creating this
Expand Down

0 comments on commit 0029dc0

Please sign in to comment.