Skip to content

Commit 2dc5856

Browse files
committed
🐛 mnemonic was missing
1 parent ce68884 commit 2dc5856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Main.sublime-menu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
{
1515
"caption": "Convert to script [gsm ⯈ hsf/gdl]",
1616
"command": "hsf_build",
17-
"mnemonic": "H",
17+
"mnemonic": "h",
1818
},
1919
{
2020
"caption": "Build GSM from HSF [hsf/gdl ⯈ gsm]",
2121
"command": "libpart_build",
22-
"mnemonic": "G",
22+
"mnemonic": "g",
2323
}
2424
],
2525
}

0 commit comments

Comments
 (0)