<@U25U0KPFT> I also added an overload for `shortcu...
# tornadofx
e
@carlw I also added an overload for
shortcut
so you can do
shortcut("Shift+=", commands.addCommand)
instead of
shortcut("Shift+=", { commands.addCommand.execute() })
.