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 6f6fbff commit 76be207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/alternative-input-quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ globalKeyStateTracker.keydownEmitter.addListener( event => {
// Escape
...
}
else if ( globalKeyStateTracker.altKeyDown && KeyboardUtils.isKeyEvent( event, KeyboardUtils.KEY_C ) ){
else if ( globalKeyStateTracker.altKeyDown &&
KeyboardUtils.isKeyEvent( event, KeyboardUtils.KEY_C ) ){
// Alt+C
...
}
Expand Down

0 comments on commit 76be207

Please sign in to comment.