HeartofPhos / exile-leveling

Path of Exile Leveling Guide

Home Page:https://HeartofPhos.github.io/exile-leveling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enh: Keyboard events to toggle isCompleted

unixtreme opened this issue · comments

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.

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