From c3e821627fba8ecf4342582ed62e75c5ad36afc0 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 14 Jun 2019 18:53:48 +0200 Subject: 2019-06-14 17:56:00 --- .../extensions/context/keybindings/context.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 context/data/vscode/extensions/context/keybindings/context.json (limited to 'context/data/vscode/extensions/context/keybindings/context.json') diff --git a/context/data/vscode/extensions/context/keybindings/context.json b/context/data/vscode/extensions/context/keybindings/context.json new file mode 100644 index 000000000..80bbc099b --- /dev/null +++ b/context/data/vscode/extensions/context/keybindings/context.json @@ -0,0 +1,20 @@ +[ + { + "args" : "process tex file", + "command" : "workbench.action.tasks.runTask", + "key" : "ctrl-F12", + "when" : "editorTextFocus && editorLangId == context.tex" + }, + { + "args" : "check tex file", + "command" : "workbench.action.tasks.runTask", + "key" : "F12", + "when" : "editorTextFocus && editorLangId == context.tex" + }, + { + "args" : "process lua file", + "command" : "workbench.action.tasks.runTask", + "key" : "ctrl-F12", + "when" : "editorTextFocus && editorLangId == context.cld" + } +] \ No newline at end of file -- cgit v1.2.3