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

Cmd+D shouldn't be enforced #3

Closed
fabiospampinato opened this issue Mar 13, 2018 · 2 comments
Closed

Cmd+D shouldn't be enforced #3

fabiospampinato opened this issue Mar 13, 2018 · 2 comments

Comments

@fabiospampinato
Copy link

By default cmd+d maps to editor.action.addSelectionToNextFindMatch, which is something I, and probably many others, use pretty frequently.

I had to put:

{ "key": "cmd+d", "command": "-extension.deleteAllLogMessages" }

in my keybindings.json in order to remove this.

I don't think this shortcut should be provided by default.

@Chakroun-Anas
Copy link
Owner

Chakroun-Anas commented Mar 14, 2018

Hello,

I agree with you, the command key will change to cmd + alt + d to avoid the conflict.

I will apply this change a few hours from now.

Thank you very much.

@Chakroun-Anas
Copy link
Owner

Chakroun-Anas commented Mar 14, 2018

The command to delete log messages is changed to: Ctrl + Alt + d on all platforms: linux, windows and mac.

Thx.

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

No branches or pull requests

2 participants