Skip to content

Commit

Permalink
add a note about global hotkey collisions, see #168
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jul 1, 2022
1 parent 055ce94 commit a2e6d92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/alternative-input-quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ globalKeyStateTracker.keydownEmitter.addListener( event => {
} );
```

Be careful not to add hotkeys that collide with other global hotkeys defined by PhET such as hotkeys that pan and zoom
into the sim. We need a list of global hotkeys or a way to automatically prevent collisions but do not have that yet.
See https://github.com/phetsims/phet-info/issues/188.

## Keyboard Shortcuts dialog

The Keyboard Shortcuts dialog is accessed by pressing the keyboard button in the navigation bar. To make this button
Expand Down

0 comments on commit a2e6d92

Please sign in to comment.