"actions":
[
{
"command": "find",
"keys": "ctrl+f"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "closePane",
"keys": "ctrl+w"
},
{
"command":
{
"action": "newTab"
},
"keys": "ctrl+t"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
]
官网https://learn.microsoft.com/zh-cn/windows/terminal/customize-settings/actions
标签:ctrl,keys,actions,command,action,widnwo,客户端 From: https://www.cnblogs.com/rush-peng/p/17516594.html