You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or even i sepreate the input with inSearchEditor
{
"command": "step1",
"description":"cut into line with number",
"sequence": [
{"command":"type","args":{"text":" \d"}, },
],
"when":"inSearchEditor"
},
cannot find a way to do it.
The text was updated successfully, but these errors were encountered:
i try to type inthe search editor, but fail
{
"command": "multiCommand.test",
"sequence": [
"actions.find",
{"command":"type","args":{"text":" \d"}, },
],
},
}
or even i sepreate the input with inSearchEditor
{
"command": "step1",
"description":"cut into line with number",
"sequence": [
{"command":"type","args":{"text":" \d"}, },
],
"when":"inSearchEditor"
},
cannot find a way to do it.
The text was updated successfully, but these errors were encountered: