Keybindings for adding a text #14030
Closed
ricardocanelas
started this conversation in
Feature Requests
Replies: 1 comment
-
|
I found {
"context": "Editor",
"bindings": {
"shift-cmd-h": ["workspace::SendKeystrokes", "Hello World"]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is how I can create on VSCode.
{ "key": "shift+cmd+h", "command": "type", "args": { "text": "Hello World" }, "when": "editorTextFocus" }How is it on Zed?
Beta Was this translation helpful? Give feedback.
All reactions