Should menu shortcut keys work? I have a menu tha...
# compose-desktop
k
Should menu shortcut keys work? I have a menu that looks like this
MenuBar {
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.
1
i
k
Thank you