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.
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.
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 setorcustom set.In the next GitLens release, I am thinking about switching to the
chorded setby default to avoid these issues.