danielgtaylor / malt.io

Malt.io free community for brewers
26 stars 11 forks source link

Up/Down arrow keys in numerical fields should adjust value #61

Open danielgtaylor opened 11 years ago

danielgtaylor commented 11 years ago

This lets you easily adjust the value without typing numbers, and is especially useful for small changes. Modifiers could be used to change larger amounts (e.g. up = +0.01, alt+up = +0.10, shift+up = +1.00). Need to check on cross-platform key bindings and see what's available.

May need to keep plain up key as selecting the start of the string, and use modifiers for this new functionality.