-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we use command instead of control in Macos? #27
Comments
You can use the keybindings: [
// ...
{
"command": "clipboard-manager.editor.pickAndPaste",
"key": "Cmd+Shift+V",
"when": "textInputFocus && !editorReadonly"
}
// ...
] |
Not working |
Instead of ctrl + shift + v can I use command + shift+v I meant |
Sorry, the key is: |
no it does not work with cmd in mac it works with control,,,, |
Try remove the |
Rebinding the keys works, but it'd be sweet if it used Cmd on mac out of the box. @edgardmessias, is that something you'd be willing to add? Thanks for building such a useful extension! |
You're the best! Thank you. |
I will fix somethings and after that I will make a new release |
No description provided.
The text was updated successfully, but these errors were encountered: