Skip to content

Commit

Permalink
🐛 mnemonic was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Jun 6, 2019
1 parent ce68884 commit 2dc5856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
{
"caption": "Convert to script [gsm ⯈ hsf/gdl]",
"command": "hsf_build",
"mnemonic": "H",
"mnemonic": "h",
},
{
"caption": "Build GSM from HSF [hsf/gdl ⯈ gsm]",
"command": "libpart_build",
"mnemonic": "G",
"mnemonic": "g",
}
],
}
Expand Down

0 comments on commit 2dc5856

Please sign in to comment.