Tempo Change Plugin: please recognize "Return" key as Apply and ESC as cancel

• Aug 7, 2019 - 02:53

This is easy enough (I did it in mine) and would reduce unexpected behavior.


Comments

In reply to by jeetee

Yeah, I know of PR's (I was a Github user years ago). Here's my Text Field (which takes the focus). That has to be settled, too (which gets the focus).

TextField {
id: onTime
implicitHeight: 24
placeholderText: "0"
Keys.onReturnPressed : {
maybe_finish()
}
Keys.onEscapePressed : {
Qt.quit()
}
}

Finally got around to it (with some help of that PR) and released updated versions. Seems to work for both MS2 and MS3 on my windows machine.

Do you still have an unanswered question? Please log in first to post your question.