-
Notifications
You must be signed in to change notification settings - Fork 20
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
add global hotkeys to change Gmode&&add plot widget #38
base: master
Are you sure you want to change the base?
Conversation
I also add a window toast to show the current mode switching |
The plot widget will conflict with your slider widget. If you are willing to merge my PR, I want to know what you think of the conflict |
Hi! Thank you for the contribution! |
Hi! Thank you for the contribution! After reviewing the proposed changes, I cannot directly accept the PR due to some technical issues with the code, but I will review/make changes and will credit you as the commit co-author when I merge to the main branch. Very nice work overall. Thanks for your reply, I'm not a professional Python developer,so I absolutely agree you to change the code(I also think my code is not good) |
Parts of this PR (support for G mode hotkey) were included in 1.6.0 release. |
Added a global hotkey (tested with G15 5511's G key) to quickly switch G modes
Added a plot widget which could mouse interactive to change the curve(I haven't written any code about temperature control in the main program yet)