File tree 1 file changed +49
-1
lines changed
1 file changed +49
-1
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"caption" : " Settings - User"
31
31
},
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
+ }
33
81
]
34
82
}
35
83
]
You can’t perform that action at this time.
0 commit comments