phetsims / projectile-data-lab

"Projectile Data Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 0 forks source link

Move 'Basic Actions' to the end of they keyboard help dialog #250

Closed matthew-blackman closed 3 months ago

matthew-blackman commented 4 months ago

@terracoda recommended that we move the 'Basic Actions' section to the end of the keyboard help dialog on each screen. The order is as follows:

  1. Top left
  2. Bottom left
  3. Top right
  4. Bottom right

Let's implement these changes to improve the layout of the keyboard help dialog.

samreid commented 4 months ago

I moved the basic actions to be after the slider actions. This only affected the Sources and Measures screens. @matthew-blackman want to review/test/close?

terracoda commented 4 months ago

Just adding the reasoning:

when linearized for reading from top to bottom in one column we want the Basic Actions (the actions learners are most likely to know from general use) to be last. Important sim-specific or custom actions should come first.

matthew-blackman commented 3 months ago

Everything looks good here. Thanks all! Closing.