Add combo modifier to kitchen sink

This commit is contained in:
Lea Anthony 2021-01-08 11:39:18 +11:00
commit d2dadc386f
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -253,6 +253,7 @@ func createApplicationMenu() *menu.Menu {
menu.Text("Control accelerator", "Control", keys.Control("o")),
menu.Text("Command accelerator", "Command", keys.CmdOrCtrl("o")),
menu.Text("Option accelerator", "Option", keys.OptionOrAlt("o")),
menu.Text("Combo accelerator", "Combo", keys.Combo("o", keys.CmdOrCtrlKey, keys.ShiftKey)),
)),
menu.SubMenu("System Keys", menu.NewMenuFromItems(
menu.Text("Backspace", "Backspace", keys.Key("Backspace")),