|
37 | 37 | {
|
38 | 38 | "command": "command-server.runCommand",
|
39 | 39 | "title": "Read command description from a file and execute the command"
|
| 40 | + }, |
| 41 | + { |
| 42 | + "command": "command-server.getFocusedElementType", |
| 43 | + "title": "Returns the type of the currently focused element in vscode" |
40 | 44 | }
|
41 | 45 | ],
|
42 | 46 | "keybindings": [
|
|
49 | 53 | "command": "command-server.runCommand",
|
50 | 54 | "key": "ctrl+shift+alt+p",
|
51 | 55 | "mac": "cmd+shift+alt+p"
|
| 56 | + }, |
| 57 | + { |
| 58 | + "command": "command-server.runCommand", |
| 59 | + "key": "ctrl+shift+f17", |
| 60 | + "mac": "cmd+shift+f17", |
| 61 | + "when": "editorTextFocus", |
| 62 | + "args": "textEditor" |
| 63 | + }, |
| 64 | + { |
| 65 | + "command": "command-server.runCommand", |
| 66 | + "key": "ctrl+shift+alt+p", |
| 67 | + "mac": "cmd+shift+alt+p", |
| 68 | + "when": "editorTextFocus", |
| 69 | + "args": "textEditor" |
| 70 | + }, |
| 71 | + { |
| 72 | + "command": "command-server.runCommand", |
| 73 | + "key": "ctrl+shift+f17", |
| 74 | + "mac": "cmd+shift+f17", |
| 75 | + "when": "terminalFocus", |
| 76 | + "args": "terminal" |
| 77 | + }, |
| 78 | + { |
| 79 | + "command": "command-server.runCommand", |
| 80 | + "key": "ctrl+shift+alt+p", |
| 81 | + "mac": "cmd+shift+alt+p", |
| 82 | + "when": "terminalFocus", |
| 83 | + "args": "terminal" |
52 | 84 | }
|
53 | 85 | ],
|
54 | 86 | "configuration": {
|
|
0 commit comments