Skip to content
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

Parameter adjustment enhancement #219

Open
jamescarruthers opened this issue Feb 24, 2022 · 1 comment
Open

Parameter adjustment enhancement #219

jamescarruthers opened this issue Feb 24, 2022 · 1 comment

Comments

@jamescarruthers
Copy link

Use shift and click on the increment controls to adjust the amount it adjusts.

For instance if decimal is set to 3, then a normal click = +/- 0.001 and a shift click = +/- 0.01. Bonus points for adding control click to do +/- 0.1.

For non decimal, maybe shift click = +/- 10, and control click = +/- 100.

@jamescarruthers
Copy link
Author

jamescarruthers commented Feb 25, 2022

A better way of putting this;

Shift-click = increment by 10
Click = increment by 1
Control-click = increment by 0.1

Unless decimal is set, in which case increment by ten times the decimal, the decimal or 1/10th the decimal for shift, normal, control respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant