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

Alt+C shortcut overrides Brazilian ç #1285

Closed
angelod1as opened this issue May 26, 2023 · 1 comment
Closed

Alt+C shortcut overrides Brazilian ç #1285

angelod1as opened this issue May 26, 2023 · 1 comment
Labels
Area: Input Related to editor input processing (key presses, key bindings). Res: Fixed Fix is checked in, but it might be a few weeks until a release.

Comments

@angelod1as
Copy link

Proposal

The Alt+C shortcut overrides Brazilian ç.

I propose changing it to a different shortcut.

Right now, it's used like this:

{
  "key": "alt+c",
  "command": "markdown.extension.checkTaskList"
}

Other information

In mac, we can access some special characters using Alt+letter. For instance:

  • ç is done using alt + c;
  • å = alt + a
  • œ = alt + q
  • and so forth

While the other examples are not applicable to Brazilian language, the ç is a very important character, and overwriting it is a problem in our language.

Manual solution

  • Remove the keyboard shortcut for markdown.extension.checkTaskList manually.
yzhang-gh added a commit that referenced this issue May 26, 2023
@yzhang-gh
Copy link
Owner

Should have been fixed in the latest dev build.

@yzhang-gh yzhang-gh added Area: Input Related to editor input processing (key presses, key bindings). Res: Fixed Fix is checked in, but it might be a few weeks until a release. labels May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Input Related to editor input processing (key presses, key bindings). Res: Fixed Fix is checked in, but it might be a few weeks until a release.
Projects
None yet
Development

No branches or pull requests

2 participants