mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Add combo modifier to kitchen sink
This commit is contained in:
parent
faa8f02b08
commit
d2dadc386f
1 changed files with 1 additions and 0 deletions
|
|
@ -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")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue