更新 keybindings_windows.json
This commit is contained in:
parent
5c4734d2c3
commit
b44ff7f8a0
|
@ -529,5 +529,13 @@
|
||||||
"text": "\u0001"
|
"text": "\u0001"
|
||||||
},
|
},
|
||||||
"when": "terminalFocus"
|
"when": "terminalFocus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "alt+r",
|
||||||
|
"command": "workbench.action.terminal.sendSequence",
|
||||||
|
"args": {
|
||||||
|
"text": "\u0012"
|
||||||
|
},
|
||||||
|
"when": "terminalFocus"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue