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

Impossible to type left brace { on Mac azerty French keyboard #2376

Closed
1 task done
INicolis opened this issue Nov 1, 2020 · 8 comments
Closed
1 task done

Impossible to type left brace { on Mac azerty French keyboard #2376

INicolis opened this issue Nov 1, 2020 · 8 comments

Comments

@INicolis
Copy link

INicolis commented Nov 1, 2020

Description

When trying to type "{" on a Mac keyboard (using option-5) nothing happens and { not appears.

  • Can you reproduce the issue?

Steps to reproduce

  1. Use a Mac with azerty French keyboard
  2. type option-5 in order to obtain the left brace character {

Expected behavior:

The left brace symbol { should appear

Actual behavior:

Nothing happens

Versions

  • Mark Text version: v0.16.2
  • Operating system: Mac OS Catalina or MacOS High Sierra (same bug with both systems)
@brainchild0
Copy link
Contributor

Probable duplicate of #2235.

@raphaelhuleux
Copy link

Same issue.

@INicolis
Copy link
Author

Thanks for the suggestion to follow #2235
I tried with version v0.15.1 and the problem is solved, braces are working with this old version.
I stay with the old version, waiting the issue to be fixed.

@gVallverdu
Copy link

gVallverdu commented Nov 11, 2020

Hi,
Same issue here with a French Keyboard and MarkText 0.16.2
following this page : https://github.com/marktext/marktext/blob/develop/docs/KEYBINDINGS.md

I fixed the issue with this keybindings.json file in ~/Library/Application Support/marktext

{
  "tabs.switch-to-first": "Ctrl+1",
  "tabs.switch-to-second":"Ctrl+2",
  "tabs.switch-to-third": "Ctrl+3",
  "tabs.switch-to-fourth": "Ctrl+4",
  "tabs.switch-to-fifth": "Ctrl+5",
  "tabs.switch-to-sixth": "Ctrl+6",
  "tabs.switch-to-seventh": "Ctrl+7",
  "tabs.switch-to-eighth": "Ctrl+8",
  "tabs.switch-to-ninth": "Ctrl+9",
  "tabs.switch-to-tenth": "Ctrl+0"
}

I previously change Alt in Alt+Shift but by doing this I get back { but I lose [ ...

@DrDavidGee
Copy link

On the current version (just downloaded today) this problem applies to all characters generated by the option key in a Mac keyboard combined with one of the number keys. However option+shift+number works correctly. This is on a UK English keyboard layout, where characters such as the # symbol (option-3) and € (option-2) cannot be entered either using the keyboard or using the keyboard viewer menubar app.

This is a serious issue, given the use of # in Markdown.

@fxha
Copy link
Contributor

fxha commented Jan 21, 2022

@DrDavidGee Do you downloaded the package from releases or build yourself?

@DrDavidGee
Copy link

DrDavidGee commented Jan 21, 2022 via email

@fxha
Copy link
Contributor

fxha commented Jan 23, 2022

It's a known issue with our latest stable version and already fixed in #2235. We'll release a fixed version soon.

@fxha fxha closed this as completed Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants