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

[keybindings] Allow removal rules in keybindings #5303

Closed
JPinkney opened this issue May 29, 2019 · 1 comment
Closed

[keybindings] Allow removal rules in keybindings #5303

JPinkney opened this issue May 29, 2019 · 1 comment
Assignees
Labels
keybindings issues related to keybindings vscode issues related to VSCode compatibility

Comments

@JPinkney
Copy link
Contributor

We should support the removal syntax E.g. { "key": "ctrl+3", "command": "-explorer.newFile" } (the - before explorer.newFile) that allows us to remove a specific keybinding.

See: https://code.visualstudio.com/docs/getstarted/keybindings#_removing-a-specific-key-binding-rule

@akosyakov akosyakov added keybindings issues related to keybindings vscode issues related to VSCode compatibility labels May 29, 2019
@JPinkney
Copy link
Contributor Author

I can't assign myself to this issue but this will be fixed in a future PR of mine that aligns theia keybindings behaviour with vscode keybinding behaviour

JPinkney added a commit to JPinkney/theia that referenced this issue Jun 3, 2019
JPinkney added a commit to JPinkney/theia that referenced this issue Jun 19, 2019
Signed-off-by: Josh Pinkney <[email protected]>
(cherry picked from commit ffa13dd)
JPinkney added a commit to JPinkney/theia that referenced this issue Jun 19, 2019
akosyakov pushed a commit that referenced this issue Jul 2, 2019
JPinkney added a commit to JPinkney/theia that referenced this issue Jul 8, 2019
JPinkney added a commit to JPinkney/theia that referenced this issue Jul 8, 2019
JPinkney added a commit to JPinkney/theia that referenced this issue Jul 16, 2019
kittaakos added a commit that referenced this issue Jul 22, 2019
kittaakos added a commit that referenced this issue Jul 22, 2019
This reverts commit 1f9472e.

Reverts #5326.
Closes #5749.

Signed-off-by: Akos Kitta <[email protected]>
kittaakos pushed a commit that referenced this issue Jul 23, 2019
This reverts commit 1f9472e.

Reverts #5326.
Closes #5749.

Signed-off-by: Akos Kitta <[email protected]>
kittaakos pushed a commit that referenced this issue Jul 23, 2019
This reverts commit 1f9472e.

Reverts #5326.
Closes #5749.

Signed-off-by: Akos Kitta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keybindings issues related to keybindings vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants