tornadofx
tornadofx copied to clipboard
Support shortcuts for toggle buttons
This works:
button("ON") {
shortcut("Ctrl+S")
action {}
}
There's no reason this shouldn't:
toggleButton("ON") {
shortcut("Ctrl+S")
action {}
}
Please enable shortcuts on toggle button and consider this as a feature request.