summaryrefslogtreecommitdiff
path: root/context/data/vscode/extensions/context/keybindings/context.json
diff options
context:
space:
mode:
Diffstat (limited to 'context/data/vscode/extensions/context/keybindings/context.json')
-rw-r--r--context/data/vscode/extensions/context/keybindings/context.json20
1 files changed, 20 insertions, 0 deletions
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