Hey, I'm looking to do a "Hide others" hotkey which is usually ⌥+⌘+H
I see command looks like its already added
menu.add(MenuItemWrapper::new("Hide Neovide", "h", None));
menu.add(MenuItemWrapper::new("Hide Others", "", None));
Is there a way I can use this specific key?