DragonHeart000 / TwitchChatHotKeys

TwitchChatHotKeys is a program that allows Twitch Streamers to bind any key on their keybaord to say anything in twitch chat. Most common uses would be for running a commercial, moderating chat with timeouts/bans, or putting chat in followers/subscribers only mode, but anything can be done with it.
https://www.thk.chat
GNU General Public License v3.0
5 stars 1 forks source link

Make an easy way to see all binds #11

Closed DragonHeart000 closed 6 years ago

DragonHeart000 commented 6 years ago

Description Currently having to check each bind one by one is quite annoying and it would be better to have a screen that just told you what keys were bound and what they were bound to.

Version 0.3.3 Alpha

OS Windows 10

Screenshot/video N/A

Other Notes

DragonHeart000 commented 6 years ago

To do this I am going to use the keyboard.fxml file that is currently in the program. This was left over from an original idea of how making binds would be done before I decided pressing the key on the keyboard instead of clicking it on a screen would be better. This will be very useful for lighting up keys that are bound though since .pseudoClassStateChanged() could be used to set the buttons class to a bound state and in the .css file things of that class can just be coloured differently.

DragonHeart000 commented 6 years ago

This has been added to the new experimental bind screen and is currently in the code but not yet in a release. There are many bugs so this next release will be taking a while but you will see this update in the next release.