Skip to content

Commit

Permalink
removed mnemonic "LI" which doesn't work and produces warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mattymaloney committed Jun 13, 2015
1 parent bf8db4d commit 96f6c83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Context.sublime-menu
@@ -1,7 +1,9 @@
[
{
"caption":"Lorem Ipsum...",
"mnemonic": "LI",
// The mnemonic doesn't work and produces this warning:
// "warning: mnemonic LI not found in menu caption Lorem Ipsum..."
//"mnemonic": "LI",
"children":
[
{"command": "lorem_ipsum", "caption": "a bit", "args":{"qty":5}},
Expand Down

0 comments on commit 96f6c83

Please sign in to comment.