I think I will change the `Button.accelerator` fun...
# tornadofx
e
I think I will change the
Button.accelerator
function so it just adds to the accelerators map, and also add one that would work from anywhere inside a view so you can define accelerators with
accelerator(KeyCombination.valueOf("k") { ... }
.