I tried to add keyboard shortcuts to the Menu Item...
# compose-desktop
t
I tried to add keyboard shortcuts to the Menu Item of my MenuBar but it didn't work. It seems that the functionality is not implemented yet. Is there a workaround?
Copy code
Item(text = "help", shortcut = KeyShortcut(Key.F1)) {
    TODO()
}
The parameter shortcut does nothing. I tried with different values for the shortcut but it still didn't work.
i
It seems we lost it after a merge conflict 🤦‍♂️. Will be fixed in 1.0.0-alpha4-build318 (will be built in two hours)
🙏 2