Skip to content

Commit 18a342e

Browse files
committed
context menu mnemonic fix
1 parent b3d88a7 commit 18a342e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Context.sublime-menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"caption": "D: import ...",
4-
"mnemonic": "a",
4+
"mnemonic": "i",
55
"command": "dlang_auto_import",
66
// the below doesn't actually do anything sadly, hopefully this will get added at some point
77
"context": [

0 commit comments

Comments
 (0)