feat(tweaker): refine control editing and address clippy warnings#275
feat(tweaker): refine control editing and address clippy warnings#275Vladush wants to merge 9 commits intoEmixamPP:masterfrom
Conversation
…ontroller keys (raw crossterm keys) for allowing more UI choices while keeping the abstraction at the controller side
…enabling navigation and modification of individual control bytes.
|
Hi there! I'm the author of linuxcampam, a project that heavily relies on I've made some attempts in the past to work around the tweaker configuration locally for my setup, but I decided it's much better to contribute these refinements back upstream! This PR adds better byte-level control editing to make the configuration process smoother, and I took the opportunity to clean up a few Clippy warnings ( Thanks for all your hard work on this tool! Let me know if there's anything else you need to get this merged. |
|
Thank you very much for this consequent contribution! I'm really happy to get some help with this since I am quite busy (in my personal life) at the moment. It will try to regularly take a bit of time to progress on reviewing the code and merge this PR as quickly as possible! I wanted to tell you so as not to disrespect the time you invested in this PR. |
|
Thanks for letting me know! 👍 |
XuControlsin the UVC Tweaker.matches!macro and direct comparison to addresscargo clippywarnings insrc/configure/ui/tweaker.rs.