quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.88k stars 318 forks source link

Insert anything on mac keyboards not working in quarto #9959

Closed ncjacquinot closed 4 months ago

ncjacquinot commented 4 months ago

Bug description

In mac on a azerty french keyboard, forward slashes are typed with " Shift + : " as the forward slash is above the colon

In order to use the inline "Insert Anything" in Quarto, I would theoretically need to press " Command + Shift + : " but this doesn't give the appropriate Insert Anything shortcut

When starting a new line, the regular " Shift + : " will work as intended and offer the "Insert Anything" shortcut

I think the shortcut hasn't been mapped properly for the French azerty keyboards

Steps to reproduce

No response

Expected behavior

No response

Actual behavior

No response

Your environment

Quarto check output

(r-reticulate) Nicolass-MacBook-Air:these_med ncjacquinot$ quarto check Quarto 1.4.555 [✓] Checking versions of quarto binary dependencies... Pandoc version 3.1.11: OK Dart Sass version 1.69.5: OK Deno version 1.37.2: OK [✓] Checking versions of quarto dependencies......OK [✓] Checking Quarto installation......OK Version: 1.4.555 Path: /Applications/RStudio.app/Contents/Resources/app/quarto/bin

[✓] Checking tools....................OK TinyTeX: (external install) Chromium: (not installed)

[✓] Checking LaTeX....................OK Using: TinyTex Path: /Users/ncjacquinot/Library/TinyTeX/bin/universal-darwin Version: 2024

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK Version: 3.9.6 Path: /Users/ncjacquinot/.virtualenvs/r-reticulate/bin/python3 Jupyter: (None)

  Jupyter is not available in this Python installation.
  Install with python3 -m pip install jupyter

[✓] Checking R installation...........OK Version: 4.4.0 Path: /Library/Frameworks/R.framework/Resources LibPaths:

[✓] Checking Knitr engine render......OK

(r-reticulate) Nicolass-MacBook-Air:these_med ncjacquinot$

cscheid commented 4 months ago

It looks like you're describing something about either the VS Code extension or RStudio. This repository concerns the command-line quarto utility, which knows nothing about this:

In order to use the inline "Insert Anything" in Quarto, I would theoretically need to press " Command + Shift + : " but this doesn't give the appropriate Insert Anything shortcut

You should either report to https://github.com/quarto-dev/quarto or https://github.com/rstudio/rstudio as the case may be.