gizak / termui

Golang terminal dashboard
MIT License
13.07k stars 783 forks source link

Rework event system - b227bd5 - deprecated '/sys/kbd/' catchall keys #190

Closed jalder closed 5 years ago

jalder commented 5 years ago

Is there a new equivalent for catch all keyboard input Handle() events? Documentation shows this as previously being "/sys/kbd", unable to find a working equivalent since the update.

If it's better to have another event capture method for this type of work, let me know.

cjbassi commented 5 years ago

Just readded this with the <Keyboard> keyword. And also added <Mouse> to handle all mouse events.

jalder commented 5 years ago

Holy smokes! Thanks for the quick resolution.