kevin
MenuBar {
Menu("File") {
Item(
"Open",
onClick = { openFileAction.value = true },
shortcut = KeyShortcut(Key.O, meta = true)
)
}
Igor Demin
A modern programming language that makes developers happier.