vineetsk1 / EteRNA-3D-Public

The repository containing public information about the 3D game. Made for issue tracking mostly.
2 stars 0 forks source link

Feature: Additional Hotkeys #30

Open vineetsk1 opened 10 years ago

vineetsk1 commented 10 years ago

stlnegril9: commented "request hotkey to toggle "hints" off. Currently, if hints are hidden, a 1, 2, 3, 4, or 5 will turn them on (w/ hints grouped by corresponding bend angle). Ability to turn them off similarly, perhaps 0 (zero)." on the blog "Ushering Eterna into the 3D Age"

jandersonlee I love the hints. I concur with stlnegril9's suggestion of a hotkey (0?) to turn them off. I would add one (Shift-H? Alt-H?) to ADD A HELIX and one (Shift-Y? Cntl-Y? Alt-Y?) for a redo to match undo (also suggested by someone else). Because Shift-Z for undo has been reported to cause troubles with search for some folks, perhaps it would be better to switch to Ctrl-char (or Alt-char) for hotkeys? The standard convention is C-Z or A-Z for undo and C-Y or A-Y for redo in any case. (Yes, I know they make no sense.) With hints plus Helix, Undo, and Redo as hotkeys I think that design can be vastly sped up.

Bind 0 to turn of hints Bind SHIFT+H to add helix Bind SHIFT+Y to redo For SHIFT+Z make sure you check if not in searchbar

vineetsk1 commented 10 years ago

Implemented game.js with hints/helix/searchbar.

Add SHIFT+Y later: rethink motif array, then close issue.