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

Support for OS-specific keybindings #37921

Closed
loganmzz opened this issue Nov 9, 2017 · 5 comments
Closed

Support for OS-specific keybindings #37921

loganmzz opened this issue Nov 9, 2017 · 5 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality keybindings VS Code keybinding issues

Comments

@loganmzz
Copy link

loganmzz commented Nov 9, 2017

  • VSCode Version: 1.17.2
  • OS Version: Ubuntu 17.10 / Windows 10

VS Code has already conditionnal keyboards rules through when clause. It will be very nice to also support OS-based condition. Some keybindings can be shared between Windows & Linux for example but some can't.

For exemple to access terminal from Windows, I use "ctrl+`" binding while on linux I use "ctrl+[Quote]" binding.

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the workbench label Nov 9, 2017
@isidorn isidorn assigned sandy081 and unassigned isidorn Nov 9, 2017
@isidorn isidorn added the feature-request Request for new features or functionality label Nov 9, 2017
@sandy081 sandy081 added the info-needed Issue requires more information from poster label Nov 10, 2017
@sandy081
Copy link
Member

@loganmzz I think current keybindings are already OS specific. I do not understand what more you are looking for?

Why can't you change the default keybinding and use it across using https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync extension

@sandy081 sandy081 removed feature-request Request for new features or functionality workbench labels Nov 10, 2017
@loganmzz
Copy link
Author

"`" and "[quote]" are respectively specific to linux and windows ?

@sandy081
Copy link
Member

Do you mean you want the ability to customise key bindings per OS?

@sandy081 sandy081 assigned alexdima and unassigned sandy081 Nov 13, 2017
@sandy081 sandy081 added keybindings VS Code keybinding issues and removed info-needed Issue requires more information from poster labels Nov 13, 2017
@alexdima alexdima added the feature-request Request for new features or functionality label Nov 13, 2017
@alexdima alexdima removed their assignment Nov 13, 2017
@loganmzz
Copy link
Author

loganmzz commented Nov 13, 2017

Yes exactly. However, if "`" and "[quote]" are specific (don't exist on others) to each OS, it's enough for my needs.

Currently I store them separately to be sure there's no conflict but need to manually merge common settings.

@Tyriar
Copy link
Member

Tyriar commented Apr 28, 2018

Duplicate #8962

@Tyriar Tyriar closed this as completed Apr 28, 2018
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 28, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality keybindings VS Code keybinding issues
Projects
None yet
Development

No branches or pull requests

5 participants