-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keybind configuration #362
Comments
I'm working on this! |
Thank you! |
Keybinds and CLI args have been updated, you might want to rebase. |
Sure, I'll do. Thanks for the warning. I've been a little busy, but I'm slowly working on it. I'll update you soon on the progress. |
Hey @marcoradocchia, would you still like to work on this? |
Hey @Xithrius ! I'm sorry to not have produced a PR yet. I have made progress, but it still does need some work. Would still like to contribute though, if you want me to. I might have some time tonight to work on it and update you on the status. |
I have no problem with you working on this. I hope updating your branch from 100 commits behind wasn't too difficult. |
It's fine, I'm working on it right now. [keybind.normal]
# Normal keybinds...
[keybind.insert]
# Insert keybinds...
[keybind.dashboard]
# Dashboard keybinds... What do you think about it? |
Yeah, I think those tables will work. We can always change them in the future, of course. Along with that, I don't see a problem with the |
I have a I'm going ahead and work on integration now :) P.S.: Keybind defaults match the currently hardcoded ones. |
Still working on it... I'm sorry for the waiting, in this period I should have more time. |
No problem! Thank you for the continued updates. |
I'm now trying to update the help widget to dynamically display the configured keybinds. One important question about it: do you have any plans about implementing hot reloading of the configuration file? |
I don't have any plans at the moment to do so. |
May the user be able to configure multiple keybinds for the same action? twitch-tui/src/ui/components/utils/input_widget.rs Lines 179 to 181 in 2cbb4b8
|
Yes |
Nice, thanks |
@marcoradocchia Hey, checking up. How's progress? |
Some users may want different things, so let customization be a thing.
The text was updated successfully, but these errors were encountered: