Vscode-gitlens: This bindind erase default "\" key french keymap

Created on 22 Feb 2018  路  3Comments  路  Source: eamodio/vscode-gitlens

It's more an information than a bug, but this binding :

{
  "key": "shift+alt+[Period]",
  "command": "gitlens.showCommitSearch",
  "when": "gitlens:enabled && gitlens:keymap == 'standard'"
}

it erase the way of doing a backslash "\" on MacOs french keyboards.

bug

Most helpful comment

Please open the GitLens settings (run GitLens: Open Settings from the command palette) and jump to Keyboard Shortcuts and change to either the chorded set or custom set.

In the next GitLens release, I am thinking about switching to the chorded set by default to avoid these issues.

All 3 comments

Please open the GitLens settings (run GitLens: Open Settings from the command palette) and jump to Keyboard Shortcuts and change to either the chorded set or custom set.

In the next GitLens release, I am thinking about switching to the chorded set by default to avoid these issues.

i did this (in keymap), it works too :

  {
    "key": "shift+alt+[Period]",
    "command": "-gitlens.showCommitSearch",
  }

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings