amyjko / Gidget

Computing education through playful debugging
7 stars 2 forks source link

Disable debug menu and other shortcut keys before release #201

Closed mjslee closed 13 years ago

mjslee commented 13 years ago

Just a reminder that this should happen before both the pilot and the full study are released.

mjslee commented 13 years ago

Resolved. Added multi-key press detection as suggested by Andy.

These are the keys:

  1. shift + ~ == Toggle other options
  2. shift + _ == Toggle debug pane
  3. shift + { == Play intro
  4. shift + } == Toggle avatar selection pane
  5. shift + | == Toggle post survey
  6. shift + + == Goto next level

To access the debug options, you must first press "shift + ~" to enable all the other options. In the case of toggled panes, you must press "shift + ~" to close the pane.