Skip to content

Commit 18da1a5

Browse files
committed
added key mappings to menu
1 parent d948a03 commit 18da1a5

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

Main.sublime-menu

+49-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,55 @@
2929
},
3030
"caption": "Settings - User"
3131
},
32-
{ "caption": "-" }
32+
{ "caption": "-" },
33+
{
34+
"command": "open_file",
35+
"args": {
36+
"file": "${packages}/ColdFusion/Default (OSX).sublime-keymap",
37+
"platform": "OSX"
38+
},
39+
"caption": "Key Bindings – Default"
40+
},
41+
{
42+
"command": "open_file",
43+
"args": {
44+
"file": "${packages}/ColdFusion/Default.sublime-keymap",
45+
"platform": "Linux"
46+
},
47+
"caption": "Key Bindings – Default"
48+
},
49+
{
50+
"command": "open_file",
51+
"args": {
52+
"file": "${packages}/ColdFusion/Default.sublime-keymap",
53+
"platform": "Windows"
54+
},
55+
"caption": "Key Bindings – Default"
56+
},
57+
{
58+
"command": "open_file",
59+
"args": {
60+
"file": "${packages}/User/Default (OSX).sublime-keymap",
61+
"platform": "OSX"
62+
},
63+
"caption": "Key Bindings – User"
64+
},
65+
{
66+
"command": "open_file",
67+
"args": {
68+
"file": "${packages}/User/Default (Linux).sublime-keymap",
69+
"platform": "Linux"
70+
},
71+
"caption": "Key Bindings – User"
72+
},
73+
{
74+
"command": "open_file",
75+
"args": {
76+
"file": "${packages}/User/Default (Windows).sublime-keymap",
77+
"platform": "Windows"
78+
},
79+
"caption": "Key Bindings – User"
80+
}
3381
]
3482
}
3583
]

0 commit comments

Comments
 (0)