HeartofPhos / exile-leveling

Path of Exile Leveling Guide
https://HeartofPhos.github.io/exile-leveling/
159 stars 31 forks source link

enh: Keyboard events to toggle isCompleted #60

Closed unixtreme closed 1 year ago

unixtreme commented 1 year ago

The idea would be to capture keyboard events in the root container (body would be better but seems even trickier) that allow for example:

E -> isCompleted on whichever is the first !isCompleted TaskListItem child encountered. Q -> !isCompleted on the first isCompleted TaskListItem child encountered.

It's the first time I look at JS code for more than a minute so I'm not sure how feasible it would be to iterate all RoutesContainer and their children and toggle accordingly.

HeartofPhos commented 1 year ago

Plan on handling this while implementing #17 Worth investigating a nice way to have users learn which hotkeys are available in a given context