File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 183
183
"key" : " Z" ,
184
184
"when" : " notebookEditorFocused && !inputFocus" ,
185
185
"command" : " notebook.undo"
186
+ },
187
+ {
188
+ "mac" : " C" ,
189
+ "win" : " C" ,
190
+ "linux" : " C" ,
191
+ "key" : " C" ,
192
+ "when" : " notebookEditorFocused && !inputFocus" ,
193
+ "command" : " notebook.cell.copy"
194
+ },
195
+ {
196
+ "mac" : " X" ,
197
+ "win" : " X" ,
198
+ "linux" : " X" ,
199
+ "key" : " X" ,
200
+ "when" : " notebookEditorFocused && !inputFocus" ,
201
+ "command" : " notebook.cell.cut"
202
+ },
203
+ {
204
+ "mac" : " V" ,
205
+ "win" : " V" ,
206
+ "linux" : " V" ,
207
+ "key" : " V" ,
208
+ "when" : " notebookEditorFocused && !inputFocus" ,
209
+ "command" : " notebook.cell.paste"
210
+ },
211
+ {
212
+ "mac" : " ctrl+shift+-" ,
213
+ "win" : " ctrl+shift+-" ,
214
+ "linux" : " ctrl+shift+-" ,
215
+ "when" : " editorTextFocus && inputFocus && notebookEditorFocused" ,
216
+ "command" : " notebook.cell.split"
186
217
}
187
218
],
188
219
"commands" : [
You can’t perform that action at this time.
0 commit comments