-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
arrow keys to modify fan curve points #2312
Comments
@moms-spaghetti hello, I can try to add something like that but
|
Thanks @seerge I didn't know the bios mapping of fan curves wasn't precise - good to know. |
@moms-spaghetti ok, I have checked deeper, and it's actually harder to do than I thought :) whole fan-editor is actually just a "modified" windows charts component. And it's a lot of work to allow selecting dots manually, handing their movements from keys, etc. So on this stage I'm not a big fan of that. In addition, as I have initially mentioned fan curve (set in % points under the hood), is quite approximate guidance for BIOS, not precise. So couple of pixels up or down in reality won't make any difference. What UI scaling do you use ? cause on mine 150% or 200% it's really easy to drag dots quite precisely. Did you know you can drag whole curve by holding SHIFT ? |
@seerge Ah ok does sound like it'll be more pain than it's worth to implement for little gain so can understand you not wanting to go down that route. I am using 1920x1200 100% scale screen size 16", The windows are quite small, even with a mouse it's 'fiddly' to use but not impossible. Maybe an alternative could be a pop out for the graphs which can be resized if it's not a rabbit hole to implement? |
@moms-spaghetti I can add maximize button to Fans+Power, so it will go full-screen |
@moms-spaghetti does it solve your problem ? |
@seerge ah! that's excellent thank you! was the implementation of this easier? edit: I'd say this one is completed ✅ |
@moms-spaghetti yes, that’s easier, you can check actual charges in a linked commit :) |
Rules
Is your feature request related to a problem? Please describe
granular adjustment of fan curves value can be difficult when using a pointing device as small movements when releasing mouse buttons / trackpad are still recorded as inputs
Describe the solution you'd like
clicking on a fan curve point focuses it and allows arrow keys to be used for granular adjustment based on lowest unit graph increments
Describe alternatives you've considered
Double click a fan curve box to increase it's size so finer adjustments with a pointing device are easier
Device and Model
Asus Strix G16 G614JZ
Additional information.
No response
The text was updated successfully, but these errors were encountered: