kevin
08/24/2021, 7:54 AMMenuBar {
Menu("File") {
Item(
"Open",
onClick = { openFileAction.value = true },
shortcut = KeyShortcut(Key.O, meta = true)
)
}
}
The menu works but I can’t get the shortcut to work (this is on a Mac) on the alpha build.Igor Demin
08/24/2021, 7:58 AMkevin
08/24/2021, 10:31 AM