Skip to content

v0.6.2

Compare
Choose a tag to compare
@alikins alikins released this 12 Nov 04:42
· 112 commits to master since this release

SpecificValue

  • Text field values can be incremented/decremented with up/down arrow keys

    When a text field is focused, the up and down
    arrow keys can be used to change the value.

    Press Shift and Up or Down to increment in large
    steps.

    Press Mod and Up or Down to increment in smaller
    steps.

    Note name field for example:
    Up/Down: change value by one step
    Shift+Up/Down: change value by one octave
    Mod+Up/Down: change value by one cent

  • Support 'click and drag' to increase/decrease text field values

    Click and drag a text field up to increase it's
    value. Click and drag down to decrease.

    Hold Shift while dragging to use large increments.
    Hold Control or Command while dragging to use small increments.

  • Add support for escape key for 'reset'

    Pressing 'esc' when focused on a widget will reset
    it to the value

    If you edit a field and then press 'esc', the value
    will be reset to the value when the field was focused.

    Sort of a undo/reset/revert.