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

Some shortcuts not working on Linux #58747

Closed
gigi206 opened this issue Sep 15, 2018 · 3 comments
Closed

Some shortcuts not working on Linux #58747

gigi206 opened this issue Sep 15, 2018 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster

Comments

@gigi206
Copy link

gigi206 commented Sep 15, 2018

  • VSCode Version: 1.27.2
  • OS Version: Linux Fedora 28

Some shortcuts that working on Windows and also described on documentation don't working.

On Windows there is no problem but on Linux I need to reconfigure some shortcuts :

[
  {
    "key": "ctrl+[Quote]",
    "command": "workbench.action.terminal.toggleTerminal"
  },
  {
    "key": "ctrl+[Period]",
    "command": "editor.action.blockComment",
    "when": "editorTextFocus && !editorReadonly"
  },
  {
    "key": "ctrl+[Backslash]",
    "command": "editor.action.jumpToBracket"
  }
 ]

Does this issue occur when all extensions are disabled?: Yes

@gigi206 gigi206 changed the title Shortcuts not working on Linux Some shortcuts not working on Linux Sep 15, 2018
@vscodebot vscodebot bot removed the new release label Sep 17, 2018
@alexdima
Copy link
Member

@gigi206 The documentation describes keybindings for the US keyboard layout? Are you perhaps using a different keyboard layout?

@alexdima alexdima added the info-needed Issue requires more information from poster label Sep 17, 2018
@gigi206
Copy link
Author

gigi206 commented Sep 17, 2018

Yes I use french Keyboard but some shortcuts works on Windows but not on Linux (some shortcuts on Linux seems not defined).

@alexdima
Copy link
Member

We ship out of the box with good keybindings for the US keyboard layout. When we detect a different keyboard layout, we try to map them to the current keyboard layout, but this is not always possible (e.g. if the character cannot be produced by the keyboard layout or if producing it already requires pressing a certain modifier key).

Let's continue tracking in #1240 , which you can upvote, such that we ship in the future with per keyboard layout optimized defaults.

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 17, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 1, 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) info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants