Skip to content

Instantly share code, notes, and snippets.

@thendrix
Created March 21, 2020 02:32
Show Gist options
  • Save thendrix/9ee0549fa6eb630c8cd6a33979a1fe11 to your computer and use it in GitHub Desktop.
Save thendrix/9ee0549fa6eb630c8cd6a33979a1fe11 to your computer and use it in GitHub Desktop.
Example perforce pop-up menu
[
{
"caption" : "Perforce",
"mnemonic" : "P",
"id": "Perforce",
"children": [
{
"caption" : "Visual Client",
"mnemonic" : "V",
"command" : "build",
"args" : { "variant" : "open_p4v" }
},
{
"caption" : "Checkout",
"mnemonic" : "C",
"command" : "build",
"args" : { "variant" : "checkout_current_file" }
},
{
"caption" : "Diff",
"mnemonic" : "D",
"command" : "build",
"args" : { "variant" : "diff_current_file" }
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment