Files
MT5-EA-Sniper-Strategy/.vscode/keybindings.json
T

39 lines
1.1 KiB
JSON
Raw Normal View History

[
{
"key": "f7",
"command": "workbench.action.tasks.runTask",
"args": "MQL5: Compile Current File",
"when": "editorTextFocus && resourceExtname == '.mq5'"
},
{
"key": "ctrl+f7",
"command": "workbench.action.tasks.runTask",
"args": "MQL5: Compile with Script",
"when": "editorTextFocus && resourceExtname == '.mq5'"
},
{
"key": "shift+f7",
"command": "workbench.action.tasks.runTask",
"args": "MQL5: Check Syntax",
"when": "editorTextFocus && resourceExtname == '.mq5'"
},
{
"key": "f5",
"command": "workbench.action.tasks.runTask",
"args": "MQL5: Compile SniperEA",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+f7",
"command": "workbench.action.tasks.runTask",
"args": "MQL5: Verify Deployment",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+o",
"command": "workbench.action.tasks.runTask",
"args": "MQL5: Open MT5 Directory",
"when": "editorTextFocus"
}
]