ModDota / BugTracker

Listing bugs for Dota 2 Custom Games
9 stars 1 forks source link

Implement panel-wise hotkeys #115

Closed Arhowk closed 7 years ago

Arhowk commented 7 years ago

Panel wise hotkeys are already implemented for things such as text boxes, the shop's grid hotkey search, and most recently the 1/2 hotkeys on the talent tree, but we don't have access to panel side hotkeys in JS panorama in order to replicate these features purely in panorama. (This is most needed to create a full feature recreation of talent tree, since the current system is very locked and inhibitive)

DoctorGester commented 7 years ago

Doesn't $.RegisterKeyBind use a parent panel as an argument?

Arhowk commented 7 years ago

Woops, it was broken when I tried it originally but the documentation in libpanorama showed I was messing it up. My bad.