Skip to content
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

Closed
khushal123 opened this issue Jul 10, 2019 · 9 comments
Closed

Can we use command instead of control in Macos? #27

khushal123 opened this issue Jul 10, 2019 · 9 comments
Labels
enhancement New feature or request

Comments

@khushal123
Copy link

No description provided.

@edgardmessias
Copy link
Owner

edgardmessias commented Jul 10, 2019

You can use the keybindings:

[
// ...
    {
        "command": "clipboard-manager.editor.pickAndPaste",
        "key": "Cmd+Shift+V",
        "when": "textInputFocus && !editorReadonly"
    }
// ...
]

@edgardmessias edgardmessias added the enhancement New feature or request label Jul 10, 2019
@khushal123
Copy link
Author

Not working

@khushal123
Copy link
Author

Instead of ctrl + shift + v can I use command + shift+v I meant

@edgardmessias
Copy link
Owner

Sorry, the key is: Cmd+Shift+V

@khushal123
Copy link
Author

no it does not work with cmd in mac it works with control,,,,

@edgardmessias
Copy link
Owner

Try remove the when clause

@cpsauer
Copy link

cpsauer commented Feb 4, 2020

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!

@cpsauer
Copy link

cpsauer commented Feb 4, 2020

You're the best! Thank you.

@edgardmessias
Copy link
Owner

I will fix somethings and after that I will make a new release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants